#0C039E

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

Shades of New Midnight Blue #0C039E

Tints of New Midnight Blue #0C039E

Color information

#0C039E (or 0x0C039E) is unknown color: approx New Midnight Blue. HEX triplet: 0C, 03 and 9E. RGB value is (12,3,158). Sum of RGB (Red+Green+Blue) = 12+3+158=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 158 (62.11% from 255 or 91.33% from 173); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C039E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C039E is #F3FC61. Grayscale: #161616. Windows color (decimal): -15989858 or 10355468. OLE color: 10355468.

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

Color convert

RGB123158-
CMYK0.920.9800.38
HSL243.48º96.27%31.57%-
HSV(B)243.48º98.1%61.96%-
XYZ6.362.6132.52-
YUV23.36203.98119.9-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.94%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 158 (62.11% from 255) = 91.33%
R=6.94%
G=1.73%
B=91.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1231580.920.9800.38243.4896.2731.57
HexC39E5C62026f36020
Octal14323613414204636314040
Binary11001110011110101110011000100100110111100111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C039E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,3,158); }

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

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

 a { background-color: rgb(12,3,158); }

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

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

 span { border-color: rgb(12,3,158); }

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