Html Css Color HEX #085878 Blue Lagoon

📋 copy color: '#085878'

red 8 ◦ green 88 ◦ blue 120

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

Shades of Blue Lagoon #085878

Tints of Blue Lagoon #085878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 55.56%

R = 3.7%
G = 40.74%
B = 55.56%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#085878 (or 0x085878) is known color: Blue Lagoon. HEX triplet: 08, 58 and 78. RGB value is (8,88,120). Sum of RGB (Red+Green+Blue) = 8+88+120=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #085878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085878 is #F7A787. Grayscale: #434343. Windows color (decimal): -16230280 or 7886856. OLE color: 7886856.

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

Color convert

RGB 8 88 120 -
CMYK 0.93 0.27 0 0.53
HSL 197.14º 0.88% 0.25% -
HSV(B) 197.14º 0.93% 0.47% -
XYZ 6.98 8.39 19.02 -
YUV 67.73 157.5 85.4 -
System Red Green Blue C M Y K H S L
Decimal 8 88 120 0.93 0.27 0 0.53 197.14 0.88 0.25
Hex 8 58 78 5D 1B 0 35 C5 58 19
Octal 10 130 170 135 33 0 65 305 130 31
Binary 1000 1011000 1111000 1011101 11011 0 110101 11000101 1011000 11001

Color Harmonies of #085878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085878

Black with #085878

Text Example


Text Example

White with #085878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085878; }

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

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

background-color css

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

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

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

border-color css

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

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

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