#021396

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

Shades of New Midnight Blue #021396

Tints of New Midnight Blue #021396

Color information

#021396 (or 0x021396) is unknown color: approx New Midnight Blue. HEX triplet: 02, 13 and 96. RGB value is (2,19,150). Sum of RGB (Red+Green+Blue) = 2+19+150=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 150 (58.98% from 255 or 87.72% from 171); Max value from RGB is 150 - color contains mainly: blue. Hex color #021396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021396 is #FDEC69. Grayscale: #1C1C1C. Windows color (decimal): -16641130 or 9835266. OLE color: 9835266.

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

Color convert

RGB219150-
CMYK0.990.8700.41
HSL233.11º97.37%29.8%-
HSV(B)233.11º98.67%58.82%-
XYZ5.762.6829.07-
YUV28.85196.37108.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 150 (58.98% from 255) = 87.72%
R=1.17%
G=11.11%
B=87.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2191500.990.8700.41233.1197.3729.8
Hex213966357029e9611e
Octal22322614312705135114136
Binary10100111001011011000111010111010100111101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021396; }

 p { color: rgb(2,19,150); }

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

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

 a { background-color: rgb(2,19,150); }

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

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

 span { border-color: rgb(2,19,150); }

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