Html Css Color HEX #080193 Dark Blue

📋 copy color: '#080193'

red 8 ◦ green 1 ◦ blue 147

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

Shades of Dark Blue #080193

Tints of Dark Blue #080193

RGB

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

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

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

R = 5.13%
G = 0.64%
B = 94.23%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#080193 (or 0x080193) is known color: Dark Blue. HEX triplet: 08, 01 and 93. RGB value is (8,1,147). Sum of RGB (Red+Green+Blue) = 8+1+147=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 147 (57.81% from 255 or 94.23% from 156); Max value from RGB is 147 - color contains mainly: blue. Hex color #080193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080193 is #F7FE6C. Grayscale: #131313. Windows color (decimal): -16252525 or 9634056. OLE color: 9634056.

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

Color convert

RGB 8 1 147 -
CMYK 0.95 0.99 0 0.42
HSL 242.88º 0.99% 0.29% -
HSV(B) 242.88º 0.99% 0.58% -
XYZ 5.38 2.18 27.74 -
YUV 19.74 199.82 119.63 -
System Red Green Blue C M Y K H S L
Decimal 8 1 147 0.95 0.99 0 0.42 242.88 0.99 0.29
Hex 8 1 93 5F 63 0 2A F3 63 1D
Octal 10 1 223 137 143 0 52 363 143 35
Binary 1000 1 10010011 1011111 1100011 0 101010 11110011 1100011 11101

Color Harmonies of #080193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080193

Black with #080193

Text Example


Text Example

White with #080193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080193; }

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

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

background-color css

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

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

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

border-color css

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

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

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