#0C1089

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

Shades of Ultramarine #0C1089

Tints of Ultramarine #0C1089

Color information

#0C1089 (or 0x0C1089) is unknown color: approx Ultramarine. HEX triplet: 0C, 10 and 89. RGB value is (12,16,137). Sum of RGB (Red+Green+Blue) = 12+16+137=165 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.27% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 137 (53.91% from 255 or 83.03% from 165); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C1089 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1089 is #F3EF76. Grayscale: #1C1C1C. Windows color (decimal): -15986551 or 8982540. OLE color: 8982540.

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

Color convert

RGB1216137-
CMYK0.910.8800.46
HSL238.08º83.89%29.22%-
HSV(B)238.08º91.24%53.73%-
XYZ4.852.2523.85-
YUV28.6189.17116.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.27%
GREEN value IS 16 (6.64% from 255) = 9.70%
BLUE value IS 137 (53.91% from 255) = 83.03%
R=7.27%
G=9.70%
B=83.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12161370.910.8800.46238.0883.8929.22
HexC10895B5802Eee541d
Octal142021113313005635612435
Binary1100100001000100110110111011000010111011101110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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