Html Css Color HEX #085B67 Blue Lagoon

📋 copy color: '#085B67'

red 8 ◦ green 91 ◦ blue 103

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

Shades of Blue Lagoon #085B67

Tints of Blue Lagoon #085B67

RGB

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

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

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

R = 3.96%
G = 45.05%
B = 50.99%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#085B67 (or 0x085B67) is known color: Blue Lagoon. HEX triplet: 08, 5B and 67. RGB value is (8,91,103). Sum of RGB (Red+Green+Blue) = 8+91+103=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #085B67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085B67 is #F7A498. Grayscale: #434343. Windows color (decimal): -16229529 or 6773512. OLE color: 6773512.

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

Color convert

RGB 8 91 103 -
CMYK 0.92 0.12 0 0.60
HSL 187.58º 0.86% 0.22% -
HSV(B) 187.58º 0.92% 0.4% -
XYZ 6.29 8.51 14.14 -
YUV 67.55 148 85.52 -
System Red Green Blue C M Y K H S L
Decimal 8 91 103 0.92 0.12 0 0.60 187.58 0.86 0.22
Hex 8 5B 67 5C C 0 3C BC 56 16
Octal 10 133 147 134 14 0 74 274 126 26
Binary 1000 1011011 1100111 1011100 1100 0 111100 10111100 1010110 10110

Color Harmonies of #085B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085B67

Black with #085B67

Text Example


Text Example

White with #085B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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