#021399

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

Shades of New Midnight Blue #021399

Tints of New Midnight Blue #021399

Color information

#021399 (or 0x021399) is unknown color: approx New Midnight Blue. HEX triplet: 02, 13 and 99. RGB value is (2,19,153). Sum of RGB (Red+Green+Blue) = 2+19+153=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 153 (60.16% from 255 or 87.93% from 174); Max value from RGB is 153 - color contains mainly: blue. Hex color #021399 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021399 is #FDEC66. Grayscale: #1C1C1C. Windows color (decimal): -16641127 or 10031874. OLE color: 10031874.

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

Color convert

RGB219153-
CMYK0.990.8800.4
HSL233.25º97.42%30.39%-
HSV(B)233.25º98.69%60%-
XYZ6.012.7830.36-
YUV29.19197.87108.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.15%
GREEN value IS 19 (7.81% from 255) = 10.92%
BLUE value IS 153 (60.16% from 255) = 87.93%
R=1.15%
G=10.92%
B=87.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2191530.990.8800.4233.2597.4230.39
Hex213996358028e9611e
Octal22323114313005035114136
Binary10100111001100111000111011000010100011101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021399; }

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

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

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

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

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

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

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

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