Html Css Color HEX #085262 Blue Lagoon

📋 copy color: '#085262'

red 8 ◦ green 82 ◦ blue 98

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

Shades of Blue Lagoon #085262

Tints of Blue Lagoon #085262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 52.13%

R = 4.26%
G = 43.62%
B = 52.13%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#085262 (or 0x085262) is known color: Blue Lagoon. HEX triplet: 08, 52 and 62. RGB value is (8,82,98). Sum of RGB (Red+Green+Blue) = 8+82+98=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #085262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085262 is #F7AD9D. Grayscale: #3D3D3D. Windows color (decimal): -16231838 or 6443528. OLE color: 6443528.

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

Color convert

RGB 8 82 98 -
CMYK 0.92 0.16 0 0.62
HSL 190.67º 0.85% 0.21% -
HSV(B) 190.67º 0.92% 0.38% -
XYZ 5.32 6.97 12.62 -
YUV 61.7 148.48 89.7 -
System Red Green Blue C M Y K H S L
Decimal 8 82 98 0.92 0.16 0 0.62 190.67 0.85 0.21
Hex 8 52 62 5C 10 0 3E BF 55 15
Octal 10 122 142 134 20 0 76 277 125 25
Binary 1000 1010010 1100010 1011100 10000 0 111110 10111111 1010101 10101

Color Harmonies of #085262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085262

Black with #085262

Text Example


Text Example

White with #085262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085262; }

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

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

background-color css

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

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

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

border-color css

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

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

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