#1A1692

Color #1A1692 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #1A1692

Tints of Ultramarine #1A1692

Color information

#1A1692 (or 0x1A1692) is unknown color: approx Ultramarine. HEX triplet: 1A, 16 and 92. RGB value is (26,22,146). Sum of RGB (Red+Green+Blue) = 26+22+146=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 146 (57.42% from 255 or 75.26% from 194); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A1692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1692 is #E5E96D. Grayscale: #242424. Windows color (decimal): -15067502 or 9573914. OLE color: 9573914.

HSL color Cylindrical-coordinate representation of color #1A1692: hue angle of 241.94º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A1692 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2622146-
CMYK0.820.8500.43
HSL241.94º73.81%32.94%-
HSV(B)241.94º84.93%57.25%-
XYZ5.92.8727.44-
YUV37.33189.33119.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 13.40%
GREEN value IS 22 (8.98% from 255) = 11.34%
BLUE value IS 146 (57.42% from 255) = 75.26%
R=13.40%
G=11.34%
B=75.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26221460.820.8500.43241.9473.8132.94
Hex1A1692525502Bf24a21
Octal322622212212505336211241
Binary110101011010010010101001010101010101011111100101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A1692; }

 p { color: rgb(26,22,146); }

 H1.HeaderClassName
 {
   color: #1A1692;
 }
 .AnyTagClassName
 {
   color: #1A1692;
 }
</style>
background-color css

<style>
 a { background-color: #1A1692; }

 a { background-color: rgb(26,22,146); }

 div.DivClassName
 {
   background-color: #1A1692;
 }
 .BgClassName
 {
   background-color: #1A1692;
 }
</style>
border-color css

<style>
 span { border-color: #1A1692; }

 span { border-color: rgb(26,22,146); }

 td.TdClassName
 {
   border-color: #1A1692;
 }
 .TagClassName
 {
   border-color: #1A1692;
 }
</style>