Html Css Color HEX #020389 Dark Blue

📋 copy color: '#020389'

red 2 ◦ green 3 ◦ blue 137

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

Shades of Dark Blue #020389

Tints of Dark Blue #020389

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.11%

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

R = 1.41%
G = 2.11%
B = 96.48%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#020389 (or 0x020389) is known color: Dark Blue. HEX triplet: 02, 03 and 89. RGB value is (2,3,137). Sum of RGB (Red+Green+Blue) = 2+3+137=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 137 (53.91% from 255 or 96.48% from 142); Max value from RGB is 137 - color contains mainly: blue. Hex color #020389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020389 is #FDFC76. Grayscale: #111111. Windows color (decimal): -16645239 or 8979202. OLE color: 8979202.

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

Color convert

RGB 2 3 137 -
CMYK 0.99 0.98 0 0.46
HSL 239.56º 0.97% 0.27% -
HSV(B) 239.56º 0.99% 0.54% -
XYZ 4.57 1.88 23.79 -
YUV 17.98 195.17 116.6 -
System Red Green Blue C M Y K H S L
Decimal 2 3 137 0.99 0.98 0 0.46 239.56 0.97 0.27
Hex 2 3 89 63 62 0 2E F0 61 1B
Octal 2 3 211 143 142 0 56 360 141 33
Binary 10 11 10001001 1100011 1100010 0 101110 11110000 1100001 11011

Color Harmonies of #020389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020389

Black with #020389

Text Example


Text Example

White with #020389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020389; }

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

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

background-color css

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

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

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

border-color css

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

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

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