Html Css Color HEX #080391 Dark Blue

📋 copy color: '#080391'

red 8 ◦ green 3 ◦ blue 145

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

Shades of Dark Blue #080391

Tints of Dark Blue #080391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 92.95%

R = 5.13%
G = 1.92%
B = 92.95%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#080391 (or 0x080391) is known color: Dark Blue. HEX triplet: 08, 03 and 91. RGB value is (8,3,145). Sum of RGB (Red+Green+Blue) = 8+3+145=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 145 (57.03% from 255 or 92.95% from 156); Max value from RGB is 145 - color contains mainly: blue. Hex color #080391 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080391 is #F7FC6E. Grayscale: #141414. Windows color (decimal): -16252015 or 9503496. OLE color: 9503496.

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

Color convert

RGB 8 3 145 -
CMYK 0.94 0.98 0 0.43
HSL 242.11º 0.96% 0.29% -
HSV(B) 242.11º 0.98% 0.57% -
XYZ 5.24 2.16 26.93 -
YUV 20.68 198.16 118.95 -
System Red Green Blue C M Y K H S L
Decimal 8 3 145 0.94 0.98 0 0.43 242.11 0.96 0.29
Hex 8 3 91 5E 62 0 2B F2 60 1D
Octal 10 3 221 136 142 0 53 362 140 35
Binary 1000 11 10010001 1011110 1100010 0 101011 11110010 1100000 11101

Color Harmonies of #080391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080391

Black with #080391

Text Example


Text Example

White with #080391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080391; }

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

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

background-color css

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

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

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

border-color css

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

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

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