Html Css Color HEX #086073 Blue Lagoon

📋 copy color: '#086073'

red 8 ◦ green 96 ◦ blue 115

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

Shades of Blue Lagoon #086073

Tints of Blue Lagoon #086073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.84%

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

R = 3.65%
G = 43.84%
B = 52.51%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#086073 (or 0x086073) is known color: Blue Lagoon. HEX triplet: 08, 60 and 73. RGB value is (8,96,115). Sum of RGB (Red+Green+Blue) = 8+96+115=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #086073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086073 is #F79F8C. Grayscale: #474747. Windows color (decimal): -16228237 or 7561224. OLE color: 7561224.

HSL color Cylindrical-coordinate representation of color #086073: hue angle of 190.65º 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 #086073 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 96 115 -
CMYK 0.93 0.17 0 0.55
HSL 190.65º 0.87% 0.24% -
HSV(B) 190.65º 0.93% 0.45% -
XYZ 7.38 9.66 17.69 -
YUV 71.85 152.35 82.46 -
System Red Green Blue C M Y K H S L
Decimal 8 96 115 0.93 0.17 0 0.55 190.65 0.87 0.24
Hex 8 60 73 5D 11 0 37 BF 57 18
Octal 10 140 163 135 21 0 67 277 127 30
Binary 1000 1100000 1110011 1011101 10001 0 110111 10111111 1010111 11000

Color Harmonies of #086073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086073

Black with #086073

Text Example


Text Example

White with #086073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086073; }

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

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

background-color css

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

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

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

border-color css

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

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

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