#021495

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

Shades of New Midnight Blue #021495

Tints of New Midnight Blue #021495

Color information

#021495 (or 0x021495) is unknown color: approx New Midnight Blue. HEX triplet: 02, 14 and 95. RGB value is (2,20,149). Sum of RGB (Red+Green+Blue) = 2+20+149=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 149 (58.59% from 255 or 87.13% from 171); Max value from RGB is 149 - color contains mainly: blue. Hex color #021495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021495 is #FDEB6A. Grayscale: #1C1C1C. Windows color (decimal): -16640875 or 9769986. OLE color: 9769986.

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

Color convert

RGB220149-
CMYK0.990.8700.42
HSL232.65º97.35%29.61%-
HSV(B)232.65º98.66%58.43%-
XYZ5.72.6828.65-
YUV29.32195.54108.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 149 (58.59% from 255) = 87.13%
R=1.17%
G=11.70%
B=87.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2201490.990.8700.42232.6597.3529.61
Hex21495635702Ae9611e
Octal22422514312705235114136
Binary10101001001010111000111010111010101011101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021495; }

 p { color: rgb(2,20,149); }

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

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

 a { background-color: rgb(2,20,149); }

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

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

 span { border-color: rgb(2,20,149); }

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