Html Css Color HEX #085E67 Blue Lagoon

📋 copy color: '#085E67'

red 8 ◦ green 94 ◦ blue 103

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

Shades of Blue Lagoon #085E67

Tints of Blue Lagoon #085E67

RGB

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

 GREEN value IS 94 (37.11% from 255) = 45.85%

 BLUE value IS 103 (40.63% from 255) = 50.24%

R = 3.9%
G = 45.85%
B = 50.24%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#085E67 (or 0x085E67) is known color: Blue Lagoon. HEX triplet: 08, 5E and 67. RGB value is (8,94,103). Sum of RGB (Red+Green+Blue) = 8+94+103=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 94 (37.11% from 255 or 45.85% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #085E67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E67 is #F7A198. Grayscale: #454545. Windows color (decimal): -16228761 or 6774280. OLE color: 6774280.

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

Color convert

RGB 8 94 103 -
CMYK 0.92 0.09 0 0.60
HSL 185.68º 0.86% 0.22% -
HSV(B) 185.68º 0.92% 0.4% -
XYZ 6.55 9.04 14.23 -
YUV 69.31 147.01 84.27 -
System Red Green Blue C M Y K H S L
Decimal 8 94 103 0.92 0.09 0 0.60 185.68 0.86 0.22
Hex 8 5E 67 5C 9 0 3C BA 56 16
Octal 10 136 147 134 11 0 74 272 126 26
Binary 1000 1011110 1100111 1011100 1001 0 111100 10111010 1010110 10110

Color Harmonies of #085E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E67

Black with #085E67

Text Example


Text Example

White with #085E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,94,103); }

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

background-color css

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

 a { background-color: rgb(8,94,103); }

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

border-color css

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

 span { border-color: rgb(8,94,103); }

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