#021699

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

Shades of New Midnight Blue #021699

Tints of New Midnight Blue #021699

Color information

#021699 (or 0x021699) is unknown color: approx New Midnight Blue. HEX triplet: 02, 16 and 99. RGB value is (2,22,153). Sum of RGB (Red+Green+Blue) = 2+22+153=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 153 (60.16% from 255 or 86.44% from 177); Max value from RGB is 153 - color contains mainly: blue. Hex color #021699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021699 is #FDE966. Grayscale: #1E1E1E. Windows color (decimal): -16640359 or 10032642. OLE color: 10032642.

HSL color Cylindrical-coordinate representation of color #021699: hue angle of 232.05º 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 #021699 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB222153-
CMYK0.990.8600.4
HSL232.05º97.42%30.39%-
HSV(B)232.05º98.69%60%-
XYZ6.062.8930.37-
YUV30.95196.87107.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.13%
GREEN value IS 22 (8.98% from 255) = 12.43%
BLUE value IS 153 (60.16% from 255) = 86.44%
R=1.13%
G=12.43%
B=86.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2221530.990.8600.4232.0597.4230.39
Hex216996356028e8611e
Octal22623114312605035014136
Binary10101101001100111000111010110010100011101000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021699; }

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

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

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

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

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

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

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

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