#0C019F

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

Shades of New Midnight Blue #0C019F

Tints of New Midnight Blue #0C019F

Color information

#0C019F (or 0x0C019F) is unknown color: approx New Midnight Blue. HEX triplet: 0C, 01 and 9F. RGB value is (12,1,159). Sum of RGB (Red+Green+Blue) = 12+1+159=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 159 (62.5% from 255 or 92.44% from 172); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C019F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C019F is #F3FE60. Grayscale: #151515. Windows color (decimal): -15990369 or 10420492. OLE color: 10420492.

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

Color convert

RGB121159-
CMYK0.920.9900.38
HSL244.18º98.75%31.37%-
HSV(B)244.18º99.37%62.35%-
XYZ6.422.632.96-
YUV22.3205.14120.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.98%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 159 (62.5% from 255) = 92.44%
R=6.98%
G=0.58%
B=92.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211590.920.9900.38244.1898.7531.37
HexC19F5C63026f4631f
Octal14123713414304636414337
Binary110011001111110111001100011010011011110100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C019F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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