Html Css Color HEX #085365 Blue Lagoon

📋 copy color: '#085365'

red 8 ◦ green 83 ◦ blue 101

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

Shades of Blue Lagoon #085365

Tints of Blue Lagoon #085365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.23%

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

R = 4.17%
G = 43.23%
B = 52.6%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#085365 (or 0x085365) is known color: Blue Lagoon. HEX triplet: 08, 53 and 65. RGB value is (8,83,101). Sum of RGB (Red+Green+Blue) = 8+83+101=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #085365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085365 is #F7AC9A. Grayscale: #3E3E3E. Windows color (decimal): -16231579 or 6640392. OLE color: 6640392.

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

Color convert

RGB 8 83 101 -
CMYK 0.92 0.18 0 0.60
HSL 191.61º 0.85% 0.21% -
HSV(B) 191.61º 0.92% 0.4% -
XYZ 5.54 7.18 13.41 -
YUV 62.63 149.65 89.04 -
System Red Green Blue C M Y K H S L
Decimal 8 83 101 0.92 0.18 0 0.60 191.61 0.85 0.21
Hex 8 53 65 5C 12 0 3C C0 55 15
Octal 10 123 145 134 22 0 74 300 125 25
Binary 1000 1010011 1100101 1011100 10010 0 111100 11000000 1010101 10101

Color Harmonies of #085365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085365

Black with #085365

Text Example


Text Example

White with #085365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085365; }

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

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

background-color css

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

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

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

border-color css

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

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

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