Html Css Color HEX #085F68 Blue Lagoon

📋 copy color: '#085F68'

red 8 ◦ green 95 ◦ blue 104

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

Shades of Blue Lagoon #085F68

Tints of Blue Lagoon #085F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.89%

 BLUE value IS 104 (41.02% from 255) = 50.24%

R = 3.86%
G = 45.89%
B = 50.24%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#085F68 (or 0x085F68) is known color: Blue Lagoon. HEX triplet: 08, 5F and 68. RGB value is (8,95,104). Sum of RGB (Red+Green+Blue) = 8+95+104=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #085F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085F68 is #F7A097. Grayscale: #454545. Windows color (decimal): -16228504 or 6840072. OLE color: 6840072.

HSL color Cylindrical-coordinate representation of color #085F68: hue angle of 185.62º 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 #085F68 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 95 104 -
CMYK 0.92 0.09 0 0.59
HSL 185.63º 0.86% 0.22% -
HSV(B) 185.63º 0.92% 0.41% -
XYZ 6.69 9.24 14.53 -
YUV 70.01 147.18 83.77 -
System Red Green Blue C M Y K H S L
Decimal 8 95 104 0.92 0.09 0 0.59 185.63 0.86 0.22
Hex 8 5F 68 5C 9 0 3B BA 56 16
Octal 10 137 150 134 11 0 73 272 126 26
Binary 1000 1011111 1101000 1011100 1001 0 111011 10111010 1010110 10110

Color Harmonies of #085F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085F68

Black with #085F68

Text Example


Text Example

White with #085F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,95,104); }

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

background-color css

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

 a { background-color: rgb(8,95,104); }

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

border-color css

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

 span { border-color: rgb(8,95,104); }

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