Html Css Color HEX #080388 Dark Blue

📋 copy color: '#080388'

red 8 ◦ green 3 ◦ blue 136

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

Shades of Dark Blue #080388

Tints of Dark Blue #080388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 92.52%

R = 5.44%
G = 2.04%
B = 92.52%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#080388 (or 0x080388) is known color: Dark Blue. HEX triplet: 08, 03 and 88. RGB value is (8,3,136). Sum of RGB (Red+Green+Blue) = 8+3+136=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 136 (53.52% from 255 or 92.52% from 147); Max value from RGB is 136 - color contains mainly: blue. Hex color #080388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080388 is #F7FC77. Grayscale: #131313. Windows color (decimal): -16252024 or 8913672. OLE color: 8913672.

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

Color convert

RGB 8 3 136 -
CMYK 0.94 0.98 0 0.47
HSL 242.26º 0.96% 0.27% -
HSV(B) 242.26º 0.98% 0.53% -
XYZ 4.58 1.89 23.42 -
YUV 19.66 193.66 119.69 -
System Red Green Blue C M Y K H S L
Decimal 8 3 136 0.94 0.98 0 0.47 242.26 0.96 0.27
Hex 8 3 88 5E 62 0 2F F2 60 1B
Octal 10 3 210 136 142 0 57 362 140 33
Binary 1000 11 10001000 1011110 1100010 0 101111 11110010 1100000 11011

Color Harmonies of #080388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080388

Black with #080388

Text Example


Text Example

White with #080388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080388; }

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

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

background-color css

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

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

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

border-color css

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

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

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