#021498

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

Shades of New Midnight Blue #021498

Tints of New Midnight Blue #021498

Color information

#021498 (or 0x021498) is unknown color: approx New Midnight Blue. HEX triplet: 02, 14 and 98. RGB value is (2,20,152). Sum of RGB (Red+Green+Blue) = 2+20+152=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 152 (59.77% from 255 or 87.36% from 174); Max value from RGB is 152 - color contains mainly: blue. Hex color #021498 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021498 is #FDEB67. Grayscale: #1D1D1D. Windows color (decimal): -16640872 or 9966594. OLE color: 9966594.

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

Color convert

RGB220152-
CMYK0.990.8700.40
HSL232.8º97.4%30.2%-
HSV(B)232.8º98.68%59.61%-
XYZ5.942.7829.93-
YUV29.67197.04108.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.15%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 152 (59.77% from 255) = 87.36%
R=1.15%
G=11.49%
B=87.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2201520.990.8700.40232.897.430.2
Hex214986357028e9611e
Octal22423014312705035114136
Binary10101001001100011000111010111010100011101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021498; }

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

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

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

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

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

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

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

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