#121896

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

Shades of Ultramarine #121896

Tints of Ultramarine #121896

Color information

#121896 (or 0x121896) is unknown color: approx Ultramarine. HEX triplet: 12, 18 and 96. RGB value is (18,24,150). Sum of RGB (Red+Green+Blue) = 18+24+150=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #121896 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121896 is #EDE769. Grayscale: #242424. Windows color (decimal): -15591274 or 9836562. OLE color: 9836562.

HSL color Cylindrical-coordinate representation of color #121896: hue angle of 237.27º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121896 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1824150-
CMYK0.880.8400.41
HSL237.27º78.57%32.94%-
HSV(B)237.27º88%58.82%-
XYZ6.082.9829.11-
YUV36.57192.01114.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.38%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 150 (58.98% from 255) = 78.12%
R=9.38%
G=12.5%
B=78.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18241500.880.8400.41237.2778.5732.94
Hex1218965854029ed4f21
Octal223022613012405135511741
Binary100101100010010110101100010101000101001111011011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121896; }

 p { color: rgb(18,24,150); }

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

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

 a { background-color: rgb(18,24,150); }

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

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

 span { border-color: rgb(18,24,150); }

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