Html Css Color HEX #021796 New Midnight Blue

📋 copy color: '#021796'

red 2 ◦ green 23 ◦ blue 150

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

Shades of New Midnight Blue #021796

Tints of New Midnight Blue #021796

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.14%

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

R = 1.14%
G = 13.14%
B = 85.71%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#021796 (or 0x021796) is known color: New Midnight Blue. HEX triplet: 02, 17 and 96. RGB value is (2,23,150). Sum of RGB (Red+Green+Blue) = 2+23+150=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 150 (58.98% from 255 or 85.71% from 175); Max value from RGB is 150 - color contains mainly: blue. Hex color #021796 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021796 is #FDE869. Grayscale: #1E1E1E. Windows color (decimal): -16640106 or 9836290. OLE color: 9836290.

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

Color convert

RGB 2 23 150 -
CMYK 0.99 0.85 0 0.41
HSL 231.49º 0.97% 0.3% -
HSV(B) 231.49º 0.99% 0.59% -
XYZ 5.84 2.83 29.09 -
YUV 31.2 195.04 107.17 -
System Red Green Blue C M Y K H S L
Decimal 2 23 150 0.99 0.85 0 0.41 231.49 0.97 0.3
Hex 2 17 96 63 55 0 29 E7 61 1E
Octal 2 27 226 143 125 0 51 347 141 36
Binary 10 10111 10010110 1100011 1010101 0 101001 11100111 1100001 11110

Color Harmonies of #021796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021796

Black with #021796

Text Example


Text Example

White with #021796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021796; }

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

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

background-color css

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

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

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

border-color css

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

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

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