Html Css Color HEX #080191 Dark Blue

📋 copy color: '#080191'

red 8 ◦ green 1 ◦ blue 145

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

Shades of Dark Blue #080191

Tints of Dark Blue #080191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 5.19%
G = 0.65%
B = 94.16%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#080191 (or 0x080191) is known color: Dark Blue. HEX triplet: 08, 01 and 91. RGB value is (8,1,145). Sum of RGB (Red+Green+Blue) = 8+1+145=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 145 (57.03% from 255 or 94.16% from 154); Max value from RGB is 145 - color contains mainly: blue. Hex color #080191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080191 is #F7FE6E. Grayscale: #121212. Windows color (decimal): -16252527 or 9502984. OLE color: 9502984.

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

Color convert

RGB 8 1 145 -
CMYK 0.94 0.99 0 0.43
HSL 242.92º 0.99% 0.29% -
HSV(B) 242.92º 0.99% 0.57% -
XYZ 5.22 2.12 26.92 -
YUV 19.51 198.82 119.79 -
System Red Green Blue C M Y K H S L
Decimal 8 1 145 0.94 0.99 0 0.43 242.92 0.99 0.29
Hex 8 1 91 5E 63 0 2B F3 63 1D
Octal 10 1 221 136 143 0 53 363 143 35
Binary 1000 1 10010001 1011110 1100011 0 101011 11110011 1100011 11101

Color Harmonies of #080191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080191

Black with #080191

Text Example


Text Example

White with #080191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080191; }

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

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

background-color css

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

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

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

border-color css

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

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

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