Html Css Color HEX #085675 Blue Lagoon

📋 copy color: '#085675'

red 8 ◦ green 86 ◦ blue 117

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

Shades of Blue Lagoon #085675

Tints of Blue Lagoon #085675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.76%

 BLUE value IS 117 (46.09% from 255) = 55.45%

R = 3.79%
G = 40.76%
B = 55.45%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#085675 (or 0x085675) is known color: Blue Lagoon. HEX triplet: 08, 56 and 75. RGB value is (8,86,117). Sum of RGB (Red+Green+Blue) = 8+86+117=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #085675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085675 is #F7A98A. Grayscale: #424242. Windows color (decimal): -16230795 or 7689736. OLE color: 7689736.

HSL color Cylindrical-coordinate representation of color #085675: hue angle of 197.06º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085675 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 86 117 -
CMYK 0.93 0.26 0 0.54
HSL 197.06º 0.87% 0.25% -
HSV(B) 197.06º 0.93% 0.46% -
XYZ 6.64 7.99 18.02 -
YUV 66.21 156.66 86.48 -
System Red Green Blue C M Y K H S L
Decimal 8 86 117 0.93 0.26 0 0.54 197.06 0.87 0.25
Hex 8 56 75 5D 1A 0 36 C5 57 19
Octal 10 126 165 135 32 0 66 305 127 31
Binary 1000 1010110 1110101 1011101 11010 0 110110 11000101 1010111 11001

Color Harmonies of #085675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085675

Black with #085675

Text Example


Text Example

White with #085675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085675; }

 p { color: rgb(8,86,117); }

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

background-color css

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

 a { background-color: rgb(8,86,117); }

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

border-color css

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

 span { border-color: rgb(8,86,117); }

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