#0C059C

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

Shades of New Midnight Blue #0C059C

Tints of New Midnight Blue #0C059C

Color information

#0C059C (or 0x0C059C) is unknown color: approx New Midnight Blue. HEX triplet: 0C, 05 and 9C. RGB value is (12,5,156). Sum of RGB (Red+Green+Blue) = 12+5+156=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 156 (61.33% from 255 or 90.17% from 173); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C059C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C059C is #F3FA63. Grayscale: #171717. Windows color (decimal): -15989348 or 10224908. OLE color: 10224908.

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

Color convert

RGB125156-
CMYK0.920.9700.39
HSL242.78º93.79%31.57%-
HSV(B)242.78º96.79%61.18%-
XYZ6.212.5931.62-
YUV24.31202.32119.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.94%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 156 (61.33% from 255) = 90.17%
R=6.94%
G=2.89%
B=90.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1251560.920.9700.39242.7893.7931.57
HexC59C5C61027f35e20
Octal14523413414104736313640
Binary110010110011100101110011000010100111111100111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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