Html Css Color HEX #085A63 Blue Lagoon

📋 copy color: '#085A63'

red 8 ◦ green 90 ◦ blue 99

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

Shades of Blue Lagoon #085A63

Tints of Blue Lagoon #085A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 50.25%

R = 4.06%
G = 45.69%
B = 50.25%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#085A63 (or 0x085A63) is known color: Blue Lagoon. HEX triplet: 08, 5A and 63. RGB value is (8,90,99). Sum of RGB (Red+Green+Blue) = 8+90+99=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #085A63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085A63 is #F7A59C. Grayscale: #424242. Windows color (decimal): -16229789 or 6511112. OLE color: 6511112.

HSL color Cylindrical-coordinate representation of color #085A63: hue angle of 185.93º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085A63 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 90 99 -
CMYK 0.92 0.09 0 0.61
HSL 185.93º 0.85% 0.21% -
HSV(B) 185.93º 0.92% 0.39% -
XYZ 6.01 8.26 13.08 -
YUV 66.51 146.33 86.27 -
System Red Green Blue C M Y K H S L
Decimal 8 90 99 0.92 0.09 0 0.61 185.93 0.85 0.21
Hex 8 5A 63 5C 9 0 3D BA 55 15
Octal 10 132 143 134 11 0 75 272 125 25
Binary 1000 1011010 1100011 1011100 1001 0 111101 10111010 1010101 10101

Color Harmonies of #085A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085A63

Black with #085A63

Text Example


Text Example

White with #085A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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