#0C00AE

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

Shades of New Midnight Blue #0C00AE

Tints of New Midnight Blue #0C00AE

Color information

#0C00AE (or 0x0C00AE) is unknown color: approx New Midnight Blue. HEX triplet: 0C, 00 and AE. RGB value is (12,0,174). Sum of RGB (Red+Green+Blue) = 12+0+174=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 174 (68.36% from 255 or 93.55% from 186); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C00AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C00AE is #F3FF51. Grayscale: #161616. Windows color (decimal): -15990610 or 11403276. OLE color: 11403276.

HSL color Cylindrical-coordinate representation of color #0C00AE: hue angle of 244.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C00AE is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB120174-
CMYK0.93100.32
HSL244.14º100%34.12%-
HSV(B)244.14º100%68.24%-
XYZ7.793.1340.24-
YUV23.42212.98119.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 174 (68.36% from 255) = 93.55%
R=6.45%
G=0%
B=93.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201740.93100.32244.1410034.12
HexC0AE5D64020f46422
Octal14025613514404036414442
Binary1100010101110101110111001000100000111101001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C00AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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