Html Css Color HEX #020790 Dark Blue

📋 copy color: '#020790'

red 2 ◦ green 7 ◦ blue 144

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

Shades of Dark Blue #020790

Tints of Dark Blue #020790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 94.12%

R = 1.31%
G = 4.58%
B = 94.12%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#020790 (or 0x020790) is known color: Dark Blue. HEX triplet: 02, 07 and 90. RGB value is (2,7,144). Sum of RGB (Red+Green+Blue) = 2+7+144=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 144 (56.64% from 255 or 94.12% from 153); Max value from RGB is 144 - color contains mainly: blue. Hex color #020790 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020790 is #FDF86F. Grayscale: #141414. Windows color (decimal): -16644208 or 9438978. OLE color: 9438978.

HSL color Cylindrical-coordinate representation of color #020790: hue angle of 237.89º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020790 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 7 144 -
CMYK 0.99 0.95 0 0.44
HSL 237.89º 0.97% 0.29% -
HSV(B) 237.89º 0.99% 0.56% -
XYZ 5.14 2.18 26.54 -
YUV 21.12 197.34 114.36 -
System Red Green Blue C M Y K H S L
Decimal 2 7 144 0.99 0.95 0 0.44 237.89 0.97 0.29
Hex 2 7 90 63 5F 0 2C EE 61 1D
Octal 2 7 220 143 137 0 54 356 141 35
Binary 10 111 10010000 1100011 1011111 0 101100 11101110 1100001 11101

Color Harmonies of #020790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020790

Black with #020790

Text Example


Text Example

White with #020790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020790; }

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

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

background-color css

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

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

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

border-color css

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

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

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