#000196

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

Shades of New Midnight Blue #000196

Tints of New Midnight Blue #000196

Color information

#000196 (or 0x000196) is unknown color: approx New Midnight Blue. HEX triplet: 00, 01 and 96. RGB value is (0,1,150). Sum of RGB (Red+Green+Blue) = 0+1+150=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 150 (58.98% from 255 or 99.34% from 151); Max value from RGB is 150 - color contains mainly: blue. Hex color #000196 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000196 is #FFFE69. Grayscale: #111111. Windows color (decimal): -16776810 or 9830656. OLE color: 9830656.

HSL color Cylindrical-coordinate representation of color #000196: hue angle of 239.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000196 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB01150-
CMYK10.9900.41
HSL239.6º100%29.41%-
HSV(B)239.6º100%58.82%-
XYZ5.522.2228.99-
YUV17.69202.67115.38-

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.66%
BLUE value IS 150 (58.98% from 255) = 99.34%
R=0%
G=0.66%
B=99.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal0115010.9900.41239.610029.41
Hex01966463029f0641d
Octal0122614414305136014435
Binary011001011011001001100011010100111110000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000196; }

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

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

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

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

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

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

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

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