Html Css Color HEX #085A6A Blue Lagoon

📋 copy color: '#085A6A'

red 8 ◦ green 90 ◦ blue 106

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

Shades of Blue Lagoon #085A6A

Tints of Blue Lagoon #085A6A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 44.12%

 BLUE value IS 106 (41.8% from 255) = 51.96%

R = 3.92%
G = 44.12%
B = 51.96%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#085A6A (or 0x085A6A) is known color: Blue Lagoon. HEX triplet: 08, 5A and 6A. RGB value is (8,90,106). Sum of RGB (Red+Green+Blue) = 8+90+106=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 106 (41.80% from 255 or 51.96% from 204); Max value from RGB is 106 - color contains mainly: blue. Hex color #085A6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085A6A is #F7A595. Grayscale: #434343. Windows color (decimal): -16229782 or 6969864. OLE color: 6969864.

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

Color convert

RGB 8 90 106 -
CMYK 0.92 0.15 0 0.58
HSL 189.8º 0.86% 0.22% -
HSV(B) 189.8º 0.92% 0.42% -
XYZ 6.36 8.4 14.92 -
YUV 67.31 149.83 85.7 -
System Red Green Blue C M Y K H S L
Decimal 8 90 106 0.92 0.15 0 0.58 189.8 0.86 0.22
Hex 8 5A 6A 5C F 0 3A BE 56 16
Octal 10 132 152 134 17 0 72 276 126 26
Binary 1000 1011010 1101010 1011100 1111 0 111010 10111110 1010110 10110

Color Harmonies of #085A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085A6A

Black with #085A6A

Text Example


Text Example

White with #085A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,90,106); }

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

background-color css

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

 a { background-color: rgb(8,90,106); }

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

border-color css

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

 span { border-color: rgb(8,90,106); }

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