Html Css Color HEX #021595 New Midnight Blue

📋 copy color: '#021595'

red 2 ◦ green 21 ◦ blue 149

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

Shades of New Midnight Blue #021595

Tints of New Midnight Blue #021595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.21%

 BLUE value IS 149 (58.59% from 255) = 86.63%

R = 1.16%
G = 12.21%
B = 86.63%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#021595 (or 0x021595) is known color: New Midnight Blue. HEX triplet: 02, 15 and 95. RGB value is (2,21,149). Sum of RGB (Red+Green+Blue) = 2+21+149=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 149 (58.59% from 255 or 86.63% from 172); Max value from RGB is 149 - color contains mainly: blue. Hex color #021595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021595 is #FDEA6A. Grayscale: #1D1D1D. Windows color (decimal): -16640619 or 9770242. OLE color: 9770242.

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

Color convert

RGB 2 21 149 -
CMYK 0.99 0.86 0 0.42
HSL 232.24º 0.97% 0.3% -
HSV(B) 232.24º 0.99% 0.58% -
XYZ 5.72 2.72 28.66 -
YUV 29.91 195.21 108.09 -
System Red Green Blue C M Y K H S L
Decimal 2 21 149 0.99 0.86 0 0.42 232.24 0.97 0.3
Hex 2 15 95 63 56 0 2A E8 61 1E
Octal 2 25 225 143 126 0 52 350 141 36
Binary 10 10101 10010101 1100011 1010110 0 101010 11101000 1100001 11110

Color Harmonies of #021595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021595

Black with #021595

Text Example


Text Example

White with #021595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021595; }

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

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

background-color css

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

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

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

border-color css

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

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

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