Html Css Color HEX #085C69 Blue Lagoon

📋 copy color: '#085C69'

red 8 ◦ green 92 ◦ blue 105

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

Shades of Blue Lagoon #085C69

Tints of Blue Lagoon #085C69

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.88%

 BLUE value IS 105 (41.41% from 255) = 51.22%

R = 3.9%
G = 44.88%
B = 51.22%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#085C69 (or 0x085C69) is known color: Blue Lagoon. HEX triplet: 08, 5C and 69. RGB value is (8,92,105). Sum of RGB (Red+Green+Blue) = 8+92+105=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #085C69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C69 is #F7A396. Grayscale: #444444. Windows color (decimal): -16229271 or 6904840. OLE color: 6904840.

HSL color Cylindrical-coordinate representation of color #085C69: hue angle of 188.04º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085C69 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 92 105 -
CMYK 0.92 0.12 0 0.59
HSL 188.04º 0.86% 0.22% -
HSV(B) 188.04º 0.92% 0.41% -
XYZ 6.48 8.73 14.71 -
YUV 68.37 148.67 84.94 -
System Red Green Blue C M Y K H S L
Decimal 8 92 105 0.92 0.12 0 0.59 188.04 0.86 0.22
Hex 8 5C 69 5C C 0 3B BC 56 16
Octal 10 134 151 134 14 0 73 274 126 26
Binary 1000 1011100 1101001 1011100 1100 0 111011 10111100 1010110 10110

Color Harmonies of #085C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C69

Black with #085C69

Text Example


Text Example

White with #085C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085C69; }

 p { color: rgb(8,92,105); }

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

background-color css

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

 a { background-color: rgb(8,92,105); }

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

border-color css

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

 span { border-color: rgb(8,92,105); }

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