#1A2292

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

Shades of Ultramarine #1A2292

Tints of Ultramarine #1A2292

Color information

#1A2292 (or 0x1A2292) is unknown color: approx Ultramarine. HEX triplet: 1A, 22 and 92. RGB value is (26,34,146). Sum of RGB (Red+Green+Blue) = 26+34+146=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 146 (57.42% from 255 or 70.87% from 206); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A2292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2292 is #E5DD6D. Grayscale: #2B2B2B. Windows color (decimal): -15064430 or 9576986. OLE color: 9576986.

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

Color convert

RGB2634146-
CMYK0.820.7700.43
HSL236º69.77%33.73%-
HSV(B)236º82.19%57.25%-
XYZ6.193.4427.53-
YUV44.38185.35114.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.62%
GREEN value IS 34 (13.67% from 255) = 16.50%
BLUE value IS 146 (57.42% from 255) = 70.87%
R=12.62%
G=16.50%
B=70.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26341460.820.7700.4323669.7733.73
Hex1A2292524D02Bec4622
Octal324222212211505335410642
Binary1101010001010010010101001010011010101011111011001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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