#0C1891

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

Shades of Ultramarine #0C1891

Tints of Ultramarine #0C1891

Color information

#0C1891 (or 0x0C1891) is unknown color: approx Ultramarine. HEX triplet: 0C, 18 and 91. RGB value is (12,24,145). Sum of RGB (Red+Green+Blue) = 12+24+145=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 145 (57.03% from 255 or 80.11% from 181); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C1891 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1891 is #F3E76E. Grayscale: #212121. Windows color (decimal): -15984495 or 9508876. OLE color: 9508876.

HSL color Cylindrical-coordinate representation of color #0C1891: hue angle of 234.59º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C1891 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1224145-
CMYK0.920.8300.43
HSL234.59º84.71%30.78%-
HSV(B)234.59º91.72%56.86%-
XYZ5.592.7827.03-
YUV34.21190.52112.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.63%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 145 (57.03% from 255) = 80.11%
R=6.63%
G=13.26%
B=80.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12241450.920.8300.43234.5984.7130.78
HexC18915C5302Beb551f
Octal143022113412305335312537
Binary1100110001001000110111001010011010101111101011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,24,145); }

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

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

 a { background-color: rgb(12,24,145); }

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

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

 span { border-color: rgb(12,24,145); }

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