Html Css Color HEX #085662 Blue Lagoon

📋 copy color: '#085662'

red 8 ◦ green 86 ◦ blue 98

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

Shades of Blue Lagoon #085662

Tints of Blue Lagoon #085662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 51.04%

R = 4.17%
G = 44.79%
B = 51.04%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#085662 (or 0x085662) is known color: Blue Lagoon. HEX triplet: 08, 56 and 62. RGB value is (8,86,98). Sum of RGB (Red+Green+Blue) = 8+86+98=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #085662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085662 is #F7A99D. Grayscale: #3F3F3F. Windows color (decimal): -16230814 or 6444552. OLE color: 6444552.

HSL color Cylindrical-coordinate representation of color #085662: hue angle of 188º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085662 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 86 98 -
CMYK 0.92 0.12 0 0.62
HSL 188º 0.85% 0.21% -
HSV(B) 188º 0.92% 0.38% -
XYZ 5.63 7.59 12.72 -
YUV 64.05 147.16 88.02 -
System Red Green Blue C M Y K H S L
Decimal 8 86 98 0.92 0.12 0 0.62 188 0.85 0.21
Hex 8 56 62 5C C 0 3E BC 55 15
Octal 10 126 142 134 14 0 76 274 125 25
Binary 1000 1010110 1100010 1011100 1100 0 111110 10111100 1010101 10101

Color Harmonies of #085662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085662

Black with #085662

Text Example


Text Example

White with #085662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085662; }

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

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

background-color css

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

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

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

border-color css

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

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

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