Html Css Color HEX #020796 New Midnight Blue

📋 copy color: '#020796'

red 2 ◦ green 7 ◦ blue 150

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

Shades of New Midnight Blue #020796

Tints of New Midnight Blue #020796

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.4%

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

R = 1.26%
G = 4.4%
B = 94.34%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#020796 (or 0x020796) is known color: New Midnight Blue. HEX triplet: 02, 07 and 96. RGB value is (2,7,150). Sum of RGB (Red+Green+Blue) = 2+7+150=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 150 (58.98% from 255 or 94.34% from 159); Max value from RGB is 150 - color contains mainly: blue. Hex color #020796 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020796 is #FDF869. Grayscale: #151515. Windows color (decimal): -16644202 or 9832194. OLE color: 9832194.

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

Color convert

RGB 2 7 150 -
CMYK 0.99 0.95 0 0.41
HSL 237.97º 0.97% 0.3% -
HSV(B) 237.97º 0.99% 0.59% -
XYZ 5.61 2.37 29.02 -
YUV 21.81 200.34 113.87 -
System Red Green Blue C M Y K H S L
Decimal 2 7 150 0.99 0.95 0 0.41 237.97 0.97 0.3
Hex 2 7 96 63 5F 0 29 EE 61 1E
Octal 2 7 226 143 137 0 51 356 141 36
Binary 10 111 10010110 1100011 1011111 0 101001 11101110 1100001 11110

Color Harmonies of #020796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020796

Black with #020796

Text Example


Text Example

White with #020796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020796; }

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

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

background-color css

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

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

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

border-color css

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

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

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