#0C2089

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

Shades of Ultramarine #0C2089

Tints of Ultramarine #0C2089

Color information

#0C2089 (or 0x0C2089) is unknown color: approx Ultramarine. HEX triplet: 0C, 20 and 89. RGB value is (12,32,137). Sum of RGB (Red+Green+Blue) = 12+32+137=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 137 (53.91% from 255 or 75.69% from 181); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C2089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2089 is #F3DF76. Grayscale: #252525. Windows color (decimal): -15982455 or 8986636. OLE color: 8986636.

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

Color convert

RGB1232137-
CMYK0.910.7700.46
HSL230.4º83.89%29.22%-
HSV(B)230.4º91.24%53.73%-
XYZ5.182.9223.96-
YUV37.99183.87109.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.63%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 137 (53.91% from 255) = 75.69%
R=6.63%
G=17.68%
B=75.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12321370.910.7700.46230.483.8929.22
HexC20895B4D02Ee6541d
Octal144021113311505634612435
Binary11001000001000100110110111001101010111011100110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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