Html Css Color HEX #085165 Blue Lagoon

📋 copy color: '#085165'

red 8 ◦ green 81 ◦ blue 101

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

Shades of Blue Lagoon #085165

Tints of Blue Lagoon #085165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.63%

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

R = 4.21%
G = 42.63%
B = 53.16%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#085165 (or 0x085165) is known color: Blue Lagoon. HEX triplet: 08, 51 and 65. RGB value is (8,81,101). Sum of RGB (Red+Green+Blue) = 8+81+101=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #085165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085165 is #F7AE9A. Grayscale: #3D3D3D. Windows color (decimal): -16232091 or 6639880. OLE color: 6639880.

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

Color convert

RGB 8 81 101 -
CMYK 0.92 0.20 0 0.60
HSL 192.9º 0.85% 0.21% -
HSV(B) 192.9º 0.92% 0.4% -
XYZ 5.39 6.88 13.35 -
YUV 61.45 150.32 89.87 -
System Red Green Blue C M Y K H S L
Decimal 8 81 101 0.92 0.20 0 0.60 192.9 0.85 0.21
Hex 8 51 65 5C 14 0 3C C1 55 15
Octal 10 121 145 134 24 0 74 301 125 25
Binary 1000 1010001 1100101 1011100 10100 0 111100 11000001 1010101 10101

Color Harmonies of #085165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085165

Black with #085165

Text Example


Text Example

White with #085165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085165; }

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

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

background-color css

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

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

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

border-color css

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

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

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