Html Css Color HEX #086873 Blue Lagoon

📋 copy color: '#086873'

red 8 ◦ green 104 ◦ blue 115

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

Shades of Blue Lagoon #086873

Tints of Blue Lagoon #086873

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.81%

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 3.52%
G = 45.81%
B = 50.66%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#086873 (or 0x086873) is known color: Blue Lagoon. HEX triplet: 08, 68 and 73. RGB value is (8,104,115). Sum of RGB (Red+Green+Blue) = 8+104+115=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #086873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086873 is #F7978C. Grayscale: #4C4C4C. Windows color (decimal): -16226189 or 7563272. OLE color: 7563272.

HSL color Cylindrical-coordinate representation of color #086873: hue angle of 186.17º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086873 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 104 115 -
CMYK 0.93 0.10 0 0.55
HSL 186.17º 0.87% 0.24% -
HSV(B) 186.17º 0.93% 0.45% -
XYZ 8.14 11.19 17.95 -
YUV 76.55 149.7 79.11 -
System Red Green Blue C M Y K H S L
Decimal 8 104 115 0.93 0.10 0 0.55 186.17 0.87 0.24
Hex 8 68 73 5D A 0 37 BA 57 18
Octal 10 150 163 135 12 0 67 272 127 30
Binary 1000 1101000 1110011 1011101 1010 0 110111 10111010 1010111 11000

Color Harmonies of #086873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086873

Black with #086873

Text Example


Text Example

White with #086873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086873; }

 p { color: rgb(8,104,115); }

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

background-color css

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

 a { background-color: rgb(8,104,115); }

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

border-color css

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

 span { border-color: rgb(8,104,115); }

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