Html Css Color HEX #085065 Blue Lagoon

📋 copy color: '#085065'

red 8 ◦ green 80 ◦ blue 101

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

Shades of Blue Lagoon #085065

Tints of Blue Lagoon #085065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.33%

 BLUE value IS 101 (39.84% from 255) = 53.44%

R = 4.23%
G = 42.33%
B = 53.44%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#085065 (or 0x085065) is known color: Blue Lagoon. HEX triplet: 08, 50 and 65. RGB value is (8,80,101). Sum of RGB (Red+Green+Blue) = 8+80+101=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #085065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085065 is #F7AF9A. Grayscale: #3C3C3C. Windows color (decimal): -16232347 or 6639624. OLE color: 6639624.

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

Color convert

RGB 8 80 101 -
CMYK 0.92 0.21 0 0.60
HSL 193.55º 0.85% 0.21% -
HSV(B) 193.55º 0.92% 0.4% -
XYZ 5.32 6.73 13.33 -
YUV 60.87 150.65 90.29 -
System Red Green Blue C M Y K H S L
Decimal 8 80 101 0.92 0.21 0 0.60 193.55 0.85 0.21
Hex 8 50 65 5C 15 0 3C C2 55 15
Octal 10 120 145 134 25 0 74 302 125 25
Binary 1000 1010000 1100101 1011100 10101 0 111100 11000010 1010101 10101

Color Harmonies of #085065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085065

Black with #085065

Text Example


Text Example

White with #085065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085065; }

 p { color: rgb(8,80,101); }

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

background-color css

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

 a { background-color: rgb(8,80,101); }

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

border-color css

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

 span { border-color: rgb(8,80,101); }

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