Html Css Color HEX #080389 Dark Blue

📋 copy color: '#080389'

red 8 ◦ green 3 ◦ blue 137

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

Shades of Dark Blue #080389

Tints of Dark Blue #080389

RGB

 RED value IS 8 (3.52% from 255) = 5.41%

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

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

R = 5.41%
G = 2.03%
B = 92.57%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#080389 (or 0x080389) is known color: Dark Blue. HEX triplet: 08, 03 and 89. RGB value is (8,3,137). Sum of RGB (Red+Green+Blue) = 8+3+137=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 137 (53.91% from 255 or 92.57% from 148); Max value from RGB is 137 - color contains mainly: blue. Hex color #080389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080389 is #F7FC76. Grayscale: #131313. Windows color (decimal): -16252023 or 8979208. OLE color: 8979208.

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

Color convert

RGB 8 3 137 -
CMYK 0.94 0.98 0 0.46
HSL 242.24º 0.96% 0.27% -
HSV(B) 242.24º 0.98% 0.54% -
XYZ 4.65 1.92 23.79 -
YUV 19.77 194.16 119.6 -
System Red Green Blue C M Y K H S L
Decimal 8 3 137 0.94 0.98 0 0.46 242.24 0.96 0.27
Hex 8 3 89 5E 62 0 2E F2 60 1B
Octal 10 3 211 136 142 0 56 362 140 33
Binary 1000 11 10001001 1011110 1100010 0 101110 11110010 1100000 11011

Color Harmonies of #080389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080389

Black with #080389

Text Example


Text Example

White with #080389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080389; }

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

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

background-color css

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

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

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

border-color css

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

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

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