#000CA3

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

Shades of New Midnight Blue #000CA3

Tints of New Midnight Blue #000CA3

Color information

#000CA3 (or 0x000CA3) is unknown color: approx New Midnight Blue. HEX triplet: 00, 0C and A3. RGB value is (0,12,163). Sum of RGB (Red+Green+Blue) = 0+12+163=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 163 (64.06% from 255 or 93.14% from 175); Max value from RGB is 163 - color contains mainly: blue. Hex color #000CA3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000CA3 is #FFF35C. Grayscale: #191919. Windows color (decimal): -16773981 or 10685440. OLE color: 10685440.

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

Color convert

RGB012163-
CMYK10.9300.36
HSL235.58º100%31.96%-
HSV(B)235.58º100%63.92%-
XYZ6.742.9134.86-
YUV25.63205.52109.72-

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.86%
BLUE value IS 163 (64.06% from 255) = 93.14%
R=0%
G=6.86%
B=93.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal01216310.9300.36235.5810031.96
Hex0CA3645D024ec6420
Octal01424314413504435414440
Binary0110010100011110010010111010100100111011001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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