Html Css Color HEX #080493 Dark Blue

📋 copy color: '#080493'

red 8 ◦ green 4 ◦ blue 147

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

Shades of Dark Blue #080493

Tints of Dark Blue #080493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.52%

 BLUE value IS 147 (57.81% from 255) = 92.45%

R = 5.03%
G = 2.52%
B = 92.45%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#080493 (or 0x080493) is known color: Dark Blue. HEX triplet: 08, 04 and 93. RGB value is (8,4,147). Sum of RGB (Red+Green+Blue) = 8+4+147=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 147 (57.81% from 255 or 92.45% from 159); Max value from RGB is 147 - color contains mainly: blue. Hex color #080493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080493 is #F7FB6C. Grayscale: #141414. Windows color (decimal): -16251757 or 9634824. OLE color: 9634824.

HSL color Cylindrical-coordinate representation of color #080493: hue angle of 241.68º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080493 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 4 147 -
CMYK 0.95 0.97 0 0.42
HSL 241.68º 0.95% 0.3% -
HSV(B) 241.68º 0.97% 0.58% -
XYZ 5.41 2.25 27.75 -
YUV 21.5 198.83 118.37 -
System Red Green Blue C M Y K H S L
Decimal 8 4 147 0.95 0.97 0 0.42 241.68 0.95 0.3
Hex 8 4 93 5F 61 0 2A F2 5F 1E
Octal 10 4 223 137 141 0 52 362 137 36
Binary 1000 100 10010011 1011111 1100001 0 101010 11110010 1011111 11110

Color Harmonies of #080493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080493

Black with #080493

Text Example


Text Example

White with #080493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080493; }

 p { color: rgb(8,4,147); }

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

background-color css

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

 a { background-color: rgb(8,4,147); }

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

border-color css

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

 span { border-color: rgb(8,4,147); }

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