#0C1991

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

Shades of Ultramarine #0C1991

Tints of Ultramarine #0C1991

Color information

#0C1991 (or 0x0C1991) is unknown color: approx Ultramarine. HEX triplet: 0C, 19 and 91. RGB value is (12,25,145). Sum of RGB (Red+Green+Blue) = 12+25+145=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 145 (57.03% from 255 or 79.67% from 182); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C1991 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1991 is #F3E66E. Grayscale: #222222. Windows color (decimal): -15984239 or 9509132. OLE color: 9509132.

HSL color Cylindrical-coordinate representation of color #0C1991: hue angle of 234.14º 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 #0C1991 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1225145-
CMYK0.920.8300.43
HSL234.14º84.71%30.78%-
HSV(B)234.14º91.72%56.86%-
XYZ5.612.8227.04-
YUV34.79190.19111.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.59%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 145 (57.03% from 255) = 79.67%
R=6.59%
G=13.74%
B=79.67%

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
Decimal12251450.920.8300.43234.1484.7130.78
HexC19915C5302Bea551f
Octal143122113412305335212537
Binary1100110011001000110111001010011010101111101010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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