Html Css Color HEX #020789 Dark Blue

📋 copy color: '#020789'

red 2 ◦ green 7 ◦ blue 137

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

Shades of Dark Blue #020789

Tints of Dark Blue #020789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 93.84%

R = 1.37%
G = 4.79%
B = 93.84%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#020789 (or 0x020789) is known color: Dark Blue. HEX triplet: 02, 07 and 89. RGB value is (2,7,137). Sum of RGB (Red+Green+Blue) = 2+7+137=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 137 (53.91% from 255 or 93.84% from 146); Max value from RGB is 137 - color contains mainly: blue. Hex color #020789 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020789 is #FDF876. Grayscale: #131313. Windows color (decimal): -16644215 or 8980226. OLE color: 8980226.

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

Color convert

RGB 2 7 137 -
CMYK 0.99 0.95 0 0.46
HSL 237.78º 0.97% 0.27% -
HSV(B) 237.78º 0.99% 0.54% -
XYZ 4.62 1.97 23.8 -
YUV 20.33 193.84 114.93 -
System Red Green Blue C M Y K H S L
Decimal 2 7 137 0.99 0.95 0 0.46 237.78 0.97 0.27
Hex 2 7 89 63 5F 0 2E EE 61 1B
Octal 2 7 211 143 137 0 56 356 141 33
Binary 10 111 10001001 1100011 1011111 0 101110 11101110 1100001 11011

Color Harmonies of #020789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020789

Black with #020789

Text Example


Text Example

White with #020789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020789; }

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

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

background-color css

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

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

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

border-color css

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

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

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