#021099

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

Shades of New Midnight Blue #021099

Tints of New Midnight Blue #021099

Color information

#021099 (or 0x021099) is unknown color: approx New Midnight Blue. HEX triplet: 02, 10 and 99. RGB value is (2,16,153). Sum of RGB (Red+Green+Blue) = 2+16+153=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 153 (60.16% from 255 or 89.47% from 171); Max value from RGB is 153 - color contains mainly: blue. Hex color #021099 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021099 is #FDEF66. Grayscale: #1A1A1A. Windows color (decimal): -16641895 or 10031106. OLE color: 10031106.

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

Color convert

RGB216153-
CMYK0.990.9000.4
HSL234.44º97.42%30.39%-
HSV(B)234.44º98.69%60%-
XYZ5.962.6830.34-
YUV27.43198.86109.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 16 (6.64% from 255) = 9.36%
BLUE value IS 153 (60.16% from 255) = 89.47%
R=1.17%
G=9.36%
B=89.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2161530.990.9000.4234.4497.4230.39
Hex21099635A028ea611e
Octal22023114313205035214136
Binary10100001001100111000111011010010100011101010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021099; }

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

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

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

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

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

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

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

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