Html Css Color HEX #020795 New Midnight Blue

📋 copy color: '#020795'

red 2 ◦ green 7 ◦ blue 149

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

Shades of New Midnight Blue #020795

Tints of New Midnight Blue #020795

RGB

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

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

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

R = 1.27%
G = 4.43%
B = 94.3%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#020795 (or 0x020795) is known color: New Midnight Blue. HEX triplet: 02, 07 and 95. RGB value is (2,7,149). Sum of RGB (Red+Green+Blue) = 2+7+149=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 149 (58.59% from 255 or 94.30% from 158); Max value from RGB is 149 - color contains mainly: blue. Hex color #020795 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020795 is #FDF86A. Grayscale: #151515. Windows color (decimal): -16644203 or 9766658. OLE color: 9766658.

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

Color convert

RGB 2 7 149 -
CMYK 0.99 0.95 0 0.42
HSL 237.96º 0.97% 0.3% -
HSV(B) 237.96º 0.99% 0.58% -
XYZ 5.53 2.33 28.59 -
YUV 21.69 199.84 113.95 -
System Red Green Blue C M Y K H S L
Decimal 2 7 149 0.99 0.95 0 0.42 237.96 0.97 0.3
Hex 2 7 95 63 5F 0 2A EE 61 1E
Octal 2 7 225 143 137 0 52 356 141 36
Binary 10 111 10010101 1100011 1011111 0 101010 11101110 1100001 11110

Color Harmonies of #020795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020795

Black with #020795

Text Example


Text Example

White with #020795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020795; }

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

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

background-color css

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

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

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

border-color css

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

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

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