#000C9F

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

Shades of New Midnight Blue #000C9F

Tints of New Midnight Blue #000C9F

Color information

#000C9F (or 0x000C9F) is unknown color: approx New Midnight Blue. HEX triplet: 00, 0C and 9F. RGB value is (0,12,159). Sum of RGB (Red+Green+Blue) = 0+12+159=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 159 (62.5% from 255 or 92.98% from 171); Max value from RGB is 159 - color contains mainly: blue. Hex color #000C9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000C9F is #FFF360. Grayscale: #181818. Windows color (decimal): -16773985 or 10423296. OLE color: 10423296.

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

Color convert

RGB012159-
CMYK10.9200.38
HSL235.47º100%31.18%-
HSV(B)235.47º100%62.35%-
XYZ6.392.7733-
YUV25.17203.52110.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 12 (5.08% from 255) = 7.02%
BLUE value IS 159 (62.5% from 255) = 92.98%
R=0%
G=7.02%
B=92.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal01215910.9200.38235.4710031.18
Hex0C9F645C026eb641f
Octal01423714413404635314437
Binary011001001111111001001011100010011011101011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000C9F; }

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

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

<style>
 a { background-color: #000C9F; }

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

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

<style>
 span { border-color: #000C9F; }

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

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