Html Css Color HEX #080186 Dark Blue

📋 copy color: '#080186'

red 8 ◦ green 1 ◦ blue 134

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

Shades of Dark Blue #080186

Tints of Dark Blue #080186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 93.71%

R = 5.59%
G = 0.7%
B = 93.71%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#080186 (or 0x080186) is known color: Dark Blue. HEX triplet: 08, 01 and 86. RGB value is (8,1,134). Sum of RGB (Red+Green+Blue) = 8+1+134=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 134 (52.73% from 255 or 93.71% from 143); Max value from RGB is 134 - color contains mainly: blue. Hex color #080186 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080186 is #F7FE79. Grayscale: #111111. Windows color (decimal): -16252538 or 8782088. OLE color: 8782088.

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

Color convert

RGB 8 1 134 -
CMYK 0.94 0.99 0 0.47
HSL 243.16º 0.99% 0.26% -
HSV(B) 243.16º 0.99% 0.53% -
XYZ 4.41 1.79 22.67 -
YUV 18.26 193.32 120.69 -
System Red Green Blue C M Y K H S L
Decimal 8 1 134 0.94 0.99 0 0.47 243.16 0.99 0.26
Hex 8 1 86 5E 63 0 2F F3 63 1A
Octal 10 1 206 136 143 0 57 363 143 32
Binary 1000 1 10000110 1011110 1100011 0 101111 11110011 1100011 11010

Color Harmonies of #080186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080186

Black with #080186

Text Example


Text Example

White with #080186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080186; }

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

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

background-color css

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

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

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

border-color css

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

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

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