Html Css Color HEX #085B68 Blue Lagoon

📋 copy color: '#085B68'

red 8 ◦ green 91 ◦ blue 104

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

Shades of Blue Lagoon #085B68

Tints of Blue Lagoon #085B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 44.83%

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

R = 3.94%
G = 44.83%
B = 51.23%

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

#085B68 (or 0x085B68) is known color: Blue Lagoon. HEX triplet: 08, 5B and 68. RGB value is (8,91,104). Sum of RGB (Red+Green+Blue) = 8+91+104=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #085B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085B68 is #F7A497. Grayscale: #434343. Windows color (decimal): -16229528 or 6839048. OLE color: 6839048.

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

Color convert

RGB 8 91 104 -
CMYK 0.92 0.12 0 0.59
HSL 188.13º 0.86% 0.22% -
HSV(B) 188.13º 0.92% 0.41% -
XYZ 6.34 8.53 14.41 -
YUV 67.67 148.5 85.44 -
System Red Green Blue C M Y K H S L
Decimal 8 91 104 0.92 0.12 0 0.59 188.13 0.86 0.22
Hex 8 5B 68 5C C 0 3B BC 56 16
Octal 10 133 150 134 14 0 73 274 126 26
Binary 1000 1011011 1101000 1011100 1100 0 111011 10111100 1010110 10110

Color Harmonies of #085B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085B68

Black with #085B68

Text Example


Text Example

White with #085B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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