Html Css Color HEX #020793 Dark Blue

📋 copy color: '#020793'

red 2 ◦ green 7 ◦ blue 147

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

Shades of Dark Blue #020793

Tints of Dark Blue #020793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 94.23%

R = 1.28%
G = 4.49%
B = 94.23%

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

#020793 (or 0x020793) is known color: Dark Blue. HEX triplet: 02, 07 and 93. RGB value is (2,7,147). Sum of RGB (Red+Green+Blue) = 2+7+147=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 147 (57.81% from 255 or 94.23% from 156); Max value from RGB is 147 - color contains mainly: blue. Hex color #020793 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020793 is #FDF86C. Grayscale: #141414. Windows color (decimal): -16644205 or 9635586. OLE color: 9635586.

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

Color convert

RGB 2 7 147 -
CMYK 0.99 0.95 0 0.42
HSL 237.93º 0.97% 0.29% -
HSV(B) 237.93º 0.99% 0.58% -
XYZ 5.37 2.27 27.76 -
YUV 21.47 198.84 114.12 -
System Red Green Blue C M Y K H S L
Decimal 2 7 147 0.99 0.95 0 0.42 237.93 0.97 0.29
Hex 2 7 93 63 5F 0 2A EE 61 1D
Octal 2 7 223 143 137 0 52 356 141 35
Binary 10 111 10010011 1100011 1011111 0 101010 11101110 1100001 11101

Color Harmonies of #020793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020793

Black with #020793

Text Example


Text Example

White with #020793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020793; }

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

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

background-color css

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

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

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

border-color css

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

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

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