Html Css Color HEX #080390 Dark Blue

📋 copy color: '#080390'

red 8 ◦ green 3 ◦ blue 144

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

Shades of Dark Blue #080390

Tints of Dark Blue #080390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 92.9%

R = 5.16%
G = 1.94%
B = 92.9%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#080390 (or 0x080390) is known color: Dark Blue. HEX triplet: 08, 03 and 90. RGB value is (8,3,144). Sum of RGB (Red+Green+Blue) = 8+3+144=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 144 (56.64% from 255 or 92.90% from 155); Max value from RGB is 144 - color contains mainly: blue. Hex color #080390 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080390 is #F7FC6F. Grayscale: #141414. Windows color (decimal): -16252016 or 9437960. OLE color: 9437960.

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

Color convert

RGB 8 3 144 -
CMYK 0.94 0.98 0 0.44
HSL 242.13º 0.96% 0.29% -
HSV(B) 242.13º 0.98% 0.56% -
XYZ 5.17 2.13 26.52 -
YUV 20.57 197.66 119.04 -
System Red Green Blue C M Y K H S L
Decimal 8 3 144 0.94 0.98 0 0.44 242.13 0.96 0.29
Hex 8 3 90 5E 62 0 2C F2 60 1D
Octal 10 3 220 136 142 0 54 362 140 35
Binary 1000 11 10010000 1011110 1100010 0 101100 11110010 1100000 11101

Color Harmonies of #080390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080390

Black with #080390

Text Example


Text Example

White with #080390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080390; }

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

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

background-color css

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

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

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

border-color css

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

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

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