#000cad

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

Shades of New Midnight Blue #000CAD

Tints of New Midnight Blue #000CAD

Color information

#000CAD (or 0x000CAD) is unknown color: approx New Midnight Blue. HEX triplet: 00, 0C and AD. RGB value is (0,12,173). Sum of RGB (Red+Green+Blue) = 0+12+173=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 173 (67.97% from 255 or 93.51% from 185); Max value from RGB is 173 - color contains mainly: blue. Hex color #000CAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000CAD is #FFF352. Grayscale: #1A1A1A. Windows color (decimal): -16773971 or 11340800. OLE color: 11340800.

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

Color convert

RGB012173-
CMYK10.9300.32
HSL235.84º100%33.92%-
HSV(B)235.84º100%67.84%-
XYZ7.673.2839.76-
YUV26.77210.52108.91-

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.49%
BLUE value IS 173 (67.97% from 255) = 93.51%
R=0%
G=6.49%
B=93.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal01217310.9300.32235.8410033.92
Hex0CAD645D020ec6422
Octal01425514413504035414442
Binary0110010101101110010010111010100000111011001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000cad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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