Html Css Color HEX #020089 Dark Blue

📋 copy color: '#020089'

red 2 ◦ green 0 ◦ blue 137

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

Shades of Dark Blue #020089

Tints of Dark Blue #020089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 1.44%
G = 0%
B = 98.56%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#020089 (or 0x020089) is known color: Dark Blue. HEX triplet: 02, 00 and 89. RGB value is (2,0,137). Sum of RGB (Red+Green+Blue) = 2+0+137=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 137 (53.91% from 255 or 98.56% from 139); Max value from RGB is 137 - color contains mainly: blue. Hex color #020089 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020089 is #FDFF76. Grayscale: #0F0F0F. Windows color (decimal): -16646007 or 8978434. OLE color: 8978434.

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

Color convert

RGB 2 0 137 -
CMYK 0.99 1 0 0.46
HSL 240.88º 1% 0.27% -
HSV(B) 240.88º 1% 0.54% -
XYZ 4.54 1.82 23.78 -
YUV 16.22 196.16 117.86 -
System Red Green Blue C M Y K H S L
Decimal 2 0 137 0.99 1 0 0.46 240.88 1 0.27
Hex 2 0 89 63 64 0 2E F1 64 1B
Octal 2 0 211 143 144 0 56 361 144 33
Binary 10 0 10001001 1100011 1100100 0 101110 11110001 1100100 11011

Color Harmonies of #020089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020089

Black with #020089

Text Example


Text Example

White with #020089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020089; }

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

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

background-color css

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

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

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

border-color css

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

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

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