#0C0A89

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

Shades of Ultramarine #0C0A89

Tints of Ultramarine #0C0A89

Color information

#0C0A89 (or 0x0C0A89) is unknown color: approx Ultramarine. HEX triplet: 0C, 0A and 89. RGB value is (12,10,137). Sum of RGB (Red+Green+Blue) = 12+10+137=159 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.55% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 137 (53.91% from 255 or 86.16% from 159); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C0A89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0A89 is #F3F576. Grayscale: #181818. Windows color (decimal): -15988087 or 8981004. OLE color: 8981004.

HSL color Cylindrical-coordinate representation of color #0C0A89: hue angle of 240.94º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C0A89 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1210137-
CMYK0.910.9300.46
HSL240.94º86.39%28.82%-
HSV(B)240.94º92.7%53.73%-
XYZ4.782.123.82-
YUV25.08191.16118.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.55%
GREEN value IS 10 (4.30% from 255) = 6.29%
BLUE value IS 137 (53.91% from 255) = 86.16%
R=7.55%
G=6.29%
B=86.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12101370.910.9300.46240.9486.3928.82
HexCA895B5D02Ef1561d
Octal141221113313505636112635
Binary110010101000100110110111011101010111011110001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C0A89; }

 p { color: rgb(12,10,137); }

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

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

 a { background-color: rgb(12,10,137); }

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

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

 span { border-color: rgb(12,10,137); }

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