Html Css Color HEX #020489 Dark Blue

📋 copy color: '#020489'

red 2 ◦ green 4 ◦ blue 137

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

Shades of Dark Blue #020489

Tints of Dark Blue #020489

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.8%

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

R = 1.4%
G = 2.8%
B = 95.8%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#020489 (or 0x020489) is known color: Dark Blue. HEX triplet: 02, 04 and 89. RGB value is (2,4,137). Sum of RGB (Red+Green+Blue) = 2+4+137=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 137 (53.91% from 255 or 95.80% from 143); Max value from RGB is 137 - color contains mainly: blue. Hex color #020489 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020489 is #FDFB76. Grayscale: #121212. Windows color (decimal): -16644983 or 8979458. OLE color: 8979458.

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

Color convert

RGB 2 4 137 -
CMYK 0.99 0.97 0 0.46
HSL 239.11º 0.97% 0.27% -
HSV(B) 239.11º 0.99% 0.54% -
XYZ 4.58 1.91 23.79 -
YUV 18.56 194.84 116.19 -
System Red Green Blue C M Y K H S L
Decimal 2 4 137 0.99 0.97 0 0.46 239.11 0.97 0.27
Hex 2 4 89 63 61 0 2E EF 61 1B
Octal 2 4 211 143 141 0 56 357 141 33
Binary 10 100 10001001 1100011 1100001 0 101110 11101111 1100001 11011

Color Harmonies of #020489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020489

Black with #020489

Text Example


Text Example

White with #020489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020489; }

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

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

background-color css

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

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

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

border-color css

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

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

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