Html Css Color HEX #080393 Dark Blue

📋 copy color: '#080393'

red 8 ◦ green 3 ◦ blue 147

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

Shades of Dark Blue #080393

Tints of Dark Blue #080393

RGB

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

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

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

R = 5.06%
G = 1.9%
B = 93.04%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#080393 (or 0x080393) is known color: Dark Blue. HEX triplet: 08, 03 and 93. RGB value is (8,3,147). Sum of RGB (Red+Green+Blue) = 8+3+147=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 147 (57.81% from 255 or 93.04% from 158); Max value from RGB is 147 - color contains mainly: blue. Hex color #080393 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080393 is #F7FC6C. Grayscale: #141414. Windows color (decimal): -16252013 or 9634568. OLE color: 9634568.

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

Color convert

RGB 8 3 147 -
CMYK 0.95 0.98 0 0.42
HSL 242.08º 0.96% 0.29% -
HSV(B) 242.08º 0.98% 0.58% -
XYZ 5.4 2.22 27.75 -
YUV 20.91 199.16 118.79 -
System Red Green Blue C M Y K H S L
Decimal 8 3 147 0.95 0.98 0 0.42 242.08 0.96 0.29
Hex 8 3 93 5F 62 0 2A F2 60 1D
Octal 10 3 223 137 142 0 52 362 140 35
Binary 1000 11 10010011 1011111 1100010 0 101010 11110010 1100000 11101

Color Harmonies of #080393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080393

Black with #080393

Text Example


Text Example

White with #080393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080393; }

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

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

background-color css

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

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

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

border-color css

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

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

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