Html Css Color HEX #085261 Blue Lagoon

📋 copy color: '#085261'

red 8 ◦ green 82 ◦ blue 97

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

Shades of Blue Lagoon #085261

Tints of Blue Lagoon #085261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.85%

 BLUE value IS 97 (38.28% from 255) = 51.87%

R = 4.28%
G = 43.85%
B = 51.87%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#085261 (or 0x085261) is known color: Blue Lagoon. HEX triplet: 08, 52 and 61. RGB value is (8,82,97). Sum of RGB (Red+Green+Blue) = 8+82+97=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #085261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085261 is #F7AD9E. Grayscale: #3D3D3D. Windows color (decimal): -16231839 or 6377992. OLE color: 6377992.

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

Color convert

RGB 8 82 97 -
CMYK 0.92 0.15 0 0.62
HSL 190.11º 0.85% 0.21% -
HSV(B) 190.11º 0.92% 0.38% -
XYZ 5.28 6.95 12.37 -
YUV 61.58 147.98 89.78 -
System Red Green Blue C M Y K H S L
Decimal 8 82 97 0.92 0.15 0 0.62 190.11 0.85 0.21
Hex 8 52 61 5C F 0 3E BE 55 15
Octal 10 122 141 134 17 0 76 276 125 25
Binary 1000 1010010 1100001 1011100 1111 0 111110 10111110 1010101 10101

Color Harmonies of #085261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085261

Black with #085261

Text Example


Text Example

White with #085261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085261; }

 p { color: rgb(8,82,97); }

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

background-color css

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

 a { background-color: rgb(8,82,97); }

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

border-color css

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

 span { border-color: rgb(8,82,97); }

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