#0C119B

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

Shades of Ultramarine #0C119B

Tints of Ultramarine #0C119B

Color information

#0C119B (or 0x0C119B) is unknown color: approx Ultramarine. HEX triplet: 0C, 11 and 9B. RGB value is (12,17,155). Sum of RGB (Red+Green+Blue) = 12+17+155=184 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.52% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 155 (60.94% from 255 or 84.24% from 184); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C119B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C119B is #F3EE64. Grayscale: #1E1E1E. Windows color (decimal): -15986277 or 10162444. OLE color: 10162444.

HSL color Cylindrical-coordinate representation of color #0C119B: hue angle of 237.9º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C119B is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1217155-
CMYK0.920.8900.39
HSL237.9º85.63%32.75%-
HSV(B)237.9º92.26%60.78%-
XYZ6.272.8531.23-
YUV31.24197.84114.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.52%
GREEN value IS 17 (7.03% from 255) = 9.24%
BLUE value IS 155 (60.94% from 255) = 84.24%
R=6.52%
G=9.24%
B=84.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12171550.920.8900.39237.985.6332.75
HexC119B5C59027ee5621
Octal142123313413104735612641
Binary11001000110011011101110010110010100111111011101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C119B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,17,155); }

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

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

 a { background-color: rgb(12,17,155); }

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

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

 span { border-color: rgb(12,17,155); }

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