Html Css Color HEX #020889 Dark Blue

📋 copy color: '#020889'

red 2 ◦ green 8 ◦ blue 137

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

Shades of Dark Blue #020889

Tints of Dark Blue #020889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.44%

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

R = 1.36%
G = 5.44%
B = 93.2%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#020889 (or 0x020889) is known color: Dark Blue. HEX triplet: 02, 08 and 89. RGB value is (2,8,137). Sum of RGB (Red+Green+Blue) = 2+8+137=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 137 (53.91% from 255 or 93.20% from 147); Max value from RGB is 137 - color contains mainly: blue. Hex color #020889 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020889 is #FDF776. Grayscale: #141414. Windows color (decimal): -16643959 or 8980482. OLE color: 8980482.

HSL color Cylindrical-coordinate representation of color #020889: hue angle of 237.33º 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 #020889 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 8 137 -
CMYK 0.99 0.94 0 0.46
HSL 237.33º 0.97% 0.27% -
HSV(B) 237.33º 0.99% 0.54% -
XYZ 4.63 1.99 23.81 -
YUV 20.91 193.51 114.51 -
System Red Green Blue C M Y K H S L
Decimal 2 8 137 0.99 0.94 0 0.46 237.33 0.97 0.27
Hex 2 8 89 63 5E 0 2E ED 61 1B
Octal 2 10 211 143 136 0 56 355 141 33
Binary 10 1000 10001001 1100011 1011110 0 101110 11101101 1100001 11011

Color Harmonies of #020889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020889

Black with #020889

Text Example


Text Example

White with #020889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020889; }

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

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

background-color css

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

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

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

border-color css

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

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

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