Html Css Color HEX #085870 Blue Lagoon

📋 copy color: '#085870'

red 8 ◦ green 88 ◦ blue 112

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

Shades of Blue Lagoon #085870

Tints of Blue Lagoon #085870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.31%

 BLUE value IS 112 (44.14% from 255) = 53.85%

R = 3.85%
G = 42.31%
B = 53.85%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#085870 (or 0x085870) is known color: Blue Lagoon. HEX triplet: 08, 58 and 70. RGB value is (8,88,112). Sum of RGB (Red+Green+Blue) = 8+88+112=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #085870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085870 is #F7A78F. Grayscale: #424242. Windows color (decimal): -16230288 or 7362568. OLE color: 7362568.

HSL color Cylindrical-coordinate representation of color #085870: hue angle of 193.85º 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 #085870 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 88 112 -
CMYK 0.93 0.21 0 0.56
HSL 193.85º 0.87% 0.24% -
HSV(B) 193.85º 0.93% 0.44% -
XYZ 6.51 8.2 16.57 -
YUV 66.82 153.5 86.05 -
System Red Green Blue C M Y K H S L
Decimal 8 88 112 0.93 0.21 0 0.56 193.85 0.87 0.24
Hex 8 58 70 5D 15 0 38 C2 57 18
Octal 10 130 160 135 25 0 70 302 127 30
Binary 1000 1011000 1110000 1011101 10101 0 111000 11000010 1010111 11000

Color Harmonies of #085870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085870

Black with #085870

Text Example


Text Example

White with #085870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085870; }

 p { color: rgb(8,88,112); }

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

background-color css

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

 a { background-color: rgb(8,88,112); }

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

border-color css

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

 span { border-color: rgb(8,88,112); }

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