Html Css Color HEX #085A69 Blue Lagoon

📋 copy color: '#085A69'

red 8 ◦ green 90 ◦ blue 105

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

Shades of Blue Lagoon #085A69

Tints of Blue Lagoon #085A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 51.72%

R = 3.94%
G = 44.33%
B = 51.72%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#085A69 (or 0x085A69) is known color: Blue Lagoon. HEX triplet: 08, 5A and 69. RGB value is (8,90,105). Sum of RGB (Red+Green+Blue) = 8+90+105=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #085A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085A69 is #F7A596. Grayscale: #434343. Windows color (decimal): -16229783 or 6904328. OLE color: 6904328.

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

Color convert

RGB 8 90 105 -
CMYK 0.92 0.14 0 0.59
HSL 189.28º 0.86% 0.22% -
HSV(B) 189.28º 0.92% 0.41% -
XYZ 6.31 8.38 14.65 -
YUV 67.19 149.33 85.78 -
System Red Green Blue C M Y K H S L
Decimal 8 90 105 0.92 0.14 0 0.59 189.28 0.86 0.22
Hex 8 5A 69 5C E 0 3B BD 56 16
Octal 10 132 151 134 16 0 73 275 126 26
Binary 1000 1011010 1101001 1011100 1110 0 111011 10111101 1010110 10110

Color Harmonies of #085A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085A69

Black with #085A69

Text Example


Text Example

White with #085A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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