#021299

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

Shades of New Midnight Blue #021299

Tints of New Midnight Blue #021299

Color information

#021299 (or 0x021299) is unknown color: approx New Midnight Blue. HEX triplet: 02, 12 and 99. RGB value is (2,18,153). Sum of RGB (Red+Green+Blue) = 2+18+153=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 153 (60.16% from 255 or 88.44% from 173); Max value from RGB is 153 - color contains mainly: blue. Hex color #021299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021299 is #FDED66. Grayscale: #1C1C1C. Windows color (decimal): -16641383 or 10031618. OLE color: 10031618.

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

Color convert

RGB218153-
CMYK0.990.8800.4
HSL233.64º97.42%30.39%-
HSV(B)233.64º98.69%60%-
XYZ5.992.7530.35-
YUV28.61198.2109.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 153 (60.16% from 255) = 88.44%
R=1.16%
G=10.40%
B=88.44%

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
Decimal2181530.990.8800.4233.6497.4230.39
Hex212996358028ea611e
Octal22223114313005035214136
Binary10100101001100111000111011000010100011101010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021299; }

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

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

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

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

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

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

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

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