Html Css Color HEX #020786 Dark Blue

📋 copy color: '#020786'

red 2 ◦ green 7 ◦ blue 134

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

Shades of Dark Blue #020786

Tints of Dark Blue #020786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 93.71%

R = 1.4%
G = 4.9%
B = 93.71%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#020786 (or 0x020786) is known color: Dark Blue. HEX triplet: 02, 07 and 86. RGB value is (2,7,134). Sum of RGB (Red+Green+Blue) = 2+7+134=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 134 (52.73% from 255 or 93.71% from 143); Max value from RGB is 134 - color contains mainly: blue. Hex color #020786 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020786 is #FDF879. Grayscale: #131313. Windows color (decimal): -16644218 or 8783618. OLE color: 8783618.

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

Color convert

RGB 2 7 134 -
CMYK 0.99 0.95 0 0.47
HSL 237.73º 0.97% 0.27% -
HSV(B) 237.73º 0.99% 0.53% -
XYZ 4.4 1.89 22.69 -
YUV 19.98 192.34 115.17 -
System Red Green Blue C M Y K H S L
Decimal 2 7 134 0.99 0.95 0 0.47 237.73 0.97 0.27
Hex 2 7 86 63 5F 0 2F EE 61 1B
Octal 2 7 206 143 137 0 57 356 141 33
Binary 10 111 10000110 1100011 1011111 0 101111 11101110 1100001 11011

Color Harmonies of #020786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020786

Black with #020786

Text Example


Text Example

White with #020786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020786; }

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

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

background-color css

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

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

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

border-color css

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

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

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