Html Css Color HEX #086578 Blue Lagoon

📋 copy color: '#086578'

red 8 ◦ green 101 ◦ blue 120

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

Shades of Blue Lagoon #086578

Tints of Blue Lagoon #086578

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.1%

 BLUE value IS 120 (47.27% from 255) = 52.4%

R = 3.49%
G = 44.1%
B = 52.4%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#086578 (or 0x086578) is known color: Blue Lagoon. HEX triplet: 08, 65 and 78. RGB value is (8,101,120). Sum of RGB (Red+Green+Blue) = 8+101+120=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #086578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086578 is #F79A87. Grayscale: #4B4B4B. Windows color (decimal): -16226952 or 7890184. OLE color: 7890184.

HSL color Cylindrical-coordinate representation of color #086578: hue angle of 190.18º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086578 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 101 120 -
CMYK 0.93 0.16 0 0.53
HSL 190.18º 0.88% 0.25% -
HSV(B) 190.18º 0.93% 0.47% -
XYZ 8.14 10.72 19.41 -
YUV 75.36 153.19 79.96 -
System Red Green Blue C M Y K H S L
Decimal 8 101 120 0.93 0.16 0 0.53 190.18 0.88 0.25
Hex 8 65 78 5D 10 0 35 BE 58 19
Octal 10 145 170 135 20 0 65 276 130 31
Binary 1000 1100101 1111000 1011101 10000 0 110101 10111110 1011000 11001

Color Harmonies of #086578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086578

Black with #086578

Text Example


Text Example

White with #086578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086578; }

 p { color: rgb(8,101,120); }

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

background-color css

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

 a { background-color: rgb(8,101,120); }

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

border-color css

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

 span { border-color: rgb(8,101,120); }

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