Html Css Color HEX #021496 New Midnight Blue

📋 copy color: '#021496'

red 2 ◦ green 20 ◦ blue 150

#021496
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #021496

Tints of New Midnight Blue #021496

RGB

 RED value IS 2 (1.17% from 255) = 1.16%

 GREEN value IS 20 (8.2% from 255) = 11.63%

 BLUE value IS 150 (58.98% from 255) = 87.21%

R = 1.16%
G = 11.63%
B = 87.21%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#021496 (or 0x021496) is known color: New Midnight Blue. HEX triplet: 02, 14 and 96. RGB value is (2,20,150). Sum of RGB (Red+Green+Blue) = 2+20+150=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 150 (58.98% from 255 or 87.21% from 172); Max value from RGB is 150 - color contains mainly: blue. Hex color #021496 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021496 is #FDEB69. Grayscale: #1C1C1C. Windows color (decimal): -16640874 or 9835522. OLE color: 9835522.

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

Color convert

RGB 2 20 150 -
CMYK 0.99 0.87 0 0.41
HSL 232.7º 0.97% 0.3% -
HSV(B) 232.7º 0.99% 0.59% -
XYZ 5.78 2.72 29.07 -
YUV 29.44 196.04 108.43 -
System Red Green Blue C M Y K H S L
Decimal 2 20 150 0.99 0.87 0 0.41 232.7 0.97 0.3
Hex 2 14 96 63 57 0 29 E9 61 1E
Octal 2 24 226 143 127 0 51 351 141 36
Binary 10 10100 10010110 1100011 1010111 0 101001 11101001 1100001 11110

Color Harmonies of #021496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021496

Black with #021496

Text Example


Text Example

White with #021496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021496; }

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

 H1.HeaderClassName
 {
   color: #021496;
 }
 .AnyTagClassName
 {
   color: #021496;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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