#121396

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

Shades of Ultramarine #121396

Tints of Ultramarine #121396

Color information

#121396 (or 0x121396) is unknown color: approx Ultramarine. HEX triplet: 12, 13 and 96. RGB value is (18,19,150). Sum of RGB (Red+Green+Blue) = 18+19+150=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #121396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121396 is #EDEC69. Grayscale: #212121. Windows color (decimal): -15592554 or 9835282. OLE color: 9835282.

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

Color convert

RGB1819150-
CMYK0.880.8700.41
HSL239.55º78.57%32.94%-
HSV(B)239.55º88%58.82%-
XYZ5.992.829.08-
YUV33.64193.67116.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 19 (7.81% from 255) = 10.16%
BLUE value IS 150 (58.98% from 255) = 80.21%
R=9.63%
G=10.16%
B=80.21%

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
Decimal18191500.880.8700.41239.5578.5732.94
Hex1213965857029f04f21
Octal222322613012705136011741
Binary100101001110010110101100010101110101001111100001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121396; }

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

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

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

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

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

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

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

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