#000CA1

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

Shades of New Midnight Blue #000CA1

Tints of New Midnight Blue #000CA1

Color information

#000CA1 (or 0x000CA1) is unknown color: approx New Midnight Blue. HEX triplet: 00, 0C and A1. RGB value is (0,12,161). Sum of RGB (Red+Green+Blue) = 0+12+161=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 161 (63.28% from 255 or 93.06% from 173); Max value from RGB is 161 - color contains mainly: blue. Hex color #000CA1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000CA1 is #FFF35E. Grayscale: #181818. Windows color (decimal): -16773983 or 10554368. OLE color: 10554368.

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

Color convert

RGB012161-
CMYK10.9300.37
HSL235.53º100%31.57%-
HSV(B)235.53º100%63.14%-
XYZ6.562.8433.92-
YUV25.4204.52109.88-

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.94%
BLUE value IS 161 (63.28% from 255) = 93.06%
R=0%
G=6.94%
B=93.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal01216110.9300.37235.5310031.57
Hex0CA1645D025ec6420
Octal01424114413504535414440
Binary0110010100001110010010111010100101111011001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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