#0C019C

Color #0C019C New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #0C019C

Tints of New Midnight Blue #0C019C

Color information

#0C019C (or 0x0C019C) is unknown color: approx New Midnight Blue. HEX triplet: 0C, 01 and 9C. RGB value is (12,1,156). Sum of RGB (Red+Green+Blue) = 12+1+156=169 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.10% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 156 (61.33% from 255 or 92.31% from 169); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C019C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C019C is #F3FE63. Grayscale: #151515. Windows color (decimal): -15990372 or 10223884. OLE color: 10223884.

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

Color convert

RGB121156-
CMYK0.920.9900.39
HSL244.26º98.73%30.78%-
HSV(B)244.26º99.36%61.18%-
XYZ6.162.531.61-
YUV21.96203.64120.9-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.10%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 156 (61.33% from 255) = 92.31%
R=7.10%
G=0.59%
B=92.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211560.920.9900.39244.2698.7330.78
HexC19C5C63027f4631f
Octal14123413414304736414337
Binary110011001110010111001100011010011111110100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C019C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,1,156); }

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

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

 a { background-color: rgb(12,1,156); }

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

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

 span { border-color: rgb(12,1,156); }

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