#00019C

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

Shades of New Midnight Blue #00019C

Tints of New Midnight Blue #00019C

Color information

#00019C (or 0x00019C) is unknown color: approx New Midnight Blue. HEX triplet: 00, 01 and 9C. RGB value is (0,1,156). Sum of RGB (Red+Green+Blue) = 0+1+156=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 156 (61.33% from 255 or 99.36% from 157); Max value from RGB is 156 - color contains mainly: blue. Hex color #00019C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00019C is #FFFE63. Grayscale: #111111. Windows color (decimal): -16776804 or 10223872. OLE color: 10223872.

HSL color Cylindrical-coordinate representation of color #00019C: hue angle of 239.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00019C is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB01156-
CMYK10.9900.39
HSL239.62º100%30.59%-
HSV(B)239.62º100%61.18%-
XYZ6.012.4231.6-
YUV18.37205.67114.9-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 156 (61.33% from 255) = 99.36%
R=0%
G=0.64%
B=99.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal0115610.9900.39239.6210030.59
Hex019C6463027f0641f
Octal0123414414304736014437
Binary011001110011001001100011010011111110000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00019C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00019C; }

 p { color: rgb(0,1,156); }

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

<style>
 a { background-color: #00019C; }

 a { background-color: rgb(0,1,156); }

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

<style>
 span { border-color: #00019C; }

 span { border-color: rgb(0,1,156); }

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