Html Css Color HEX #085371 Blue Lagoon

📋 copy color: '#085371'

red 8 ◦ green 83 ◦ blue 113

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

Shades of Blue Lagoon #085371

Tints of Blue Lagoon #085371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.39%

R = 3.92%
G = 40.69%
B = 55.39%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#085371 (or 0x085371) is known color: Blue Lagoon. HEX triplet: 08, 53 and 71. RGB value is (8,83,113). Sum of RGB (Red+Green+Blue) = 8+83+113=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #085371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085371 is #F7AC8E. Grayscale: #3F3F3F. Windows color (decimal): -16231567 or 7426824. OLE color: 7426824.

HSL color Cylindrical-coordinate representation of color #085371: hue angle of 197.14º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085371 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 83 113 -
CMYK 0.93 0.27 0 0.56
HSL 197.14º 0.87% 0.24% -
HSV(B) 197.14º 0.93% 0.44% -
XYZ 6.17 7.43 16.73 -
YUV 64 155.65 88.06 -
System Red Green Blue C M Y K H S L
Decimal 8 83 113 0.93 0.27 0 0.56 197.14 0.87 0.24
Hex 8 53 71 5D 1B 0 38 C5 57 18
Octal 10 123 161 135 33 0 70 305 127 30
Binary 1000 1010011 1110001 1011101 11011 0 111000 11000101 1010111 11000

Color Harmonies of #085371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085371

Black with #085371

Text Example


Text Example

White with #085371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085371; }

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

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

background-color css

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

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

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

border-color css

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

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

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