#121496

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

Shades of Ultramarine #121496

Tints of Ultramarine #121496

Color information

#121496 (or 0x121496) is unknown color: approx Ultramarine. HEX triplet: 12, 14 and 96. RGB value is (18,20,150). Sum of RGB (Red+Green+Blue) = 18+20+150=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 150 (58.98% from 255 or 79.79% from 188); Max value from RGB is 150 - color contains mainly: blue. Hex color #121496 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121496 is #EDEB69. Grayscale: #212121. Windows color (decimal): -15592298 or 9835538. OLE color: 9835538.

HSL color Cylindrical-coordinate representation of color #121496: hue angle of 239.09º 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 #121496 is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1820150-
CMYK0.880.8700.41
HSL239.09º78.57%32.94%-
HSV(B)239.09º88%58.82%-
XYZ62.8329.08-
YUV34.22193.34116.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 20 (8.20% from 255) = 10.64%
BLUE value IS 150 (58.98% from 255) = 79.79%
R=9.57%
G=10.64%
B=79.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18201500.880.8700.41239.0978.5732.94
Hex1214965857029ef4f21
Octal222422613012705135711741
Binary100101010010010110101100010101110101001111011111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121496; }

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

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

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

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

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

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

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

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