#000CAE

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

Shades of New Midnight Blue #000CAE

Tints of New Midnight Blue #000CAE

Color information

#000CAE (or 0x000CAE) is unknown color: approx New Midnight Blue. HEX triplet: 00, 0C and AE. RGB value is (0,12,174). Sum of RGB (Red+Green+Blue) = 0+12+174=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 12 (5.08% from 255 or 6.45% 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 #000CAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000CAE is #FFF351. Grayscale: #1A1A1A. Windows color (decimal): -16773970 or 11406336. OLE color: 11406336.

HSL color Cylindrical-coordinate representation of color #000CAE: hue angle of 235.86º 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 #000CAE is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB012174-
CMYK10.9300.32
HSL235.86º100%34.12%-
HSV(B)235.86º100%68.24%-
XYZ7.773.3240.28-
YUV26.88211.02108.83-

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) = 6.45%
BLUE value IS 174 (68.36% from 255) = 93.55%
R=0%
G=6.45%
B=93.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal01217410.9300.32235.8610034.12
Hex0CAE645D020ec6422
Octal01425614413504035414442
Binary0110010101110110010010111010100000111011001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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