Html Css Color HEX #085678 Blue Lagoon

📋 copy color: '#085678'

red 8 ◦ green 86 ◦ blue 120

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

Shades of Blue Lagoon #085678

Tints of Blue Lagoon #085678

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.19%

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

R = 3.74%
G = 40.19%
B = 56.07%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#085678 (or 0x085678) is known color: Blue Lagoon. HEX triplet: 08, 56 and 78. RGB value is (8,86,120). Sum of RGB (Red+Green+Blue) = 8+86+120=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #085678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085678 is #F7A987. Grayscale: #424242. Windows color (decimal): -16230792 or 7886344. OLE color: 7886344.

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

Color convert

RGB 8 86 120 -
CMYK 0.93 0.28 0 0.53
HSL 198.21º 0.88% 0.25% -
HSV(B) 198.21º 0.93% 0.47% -
XYZ 6.82 8.06 18.97 -
YUV 66.55 158.16 86.24 -
System Red Green Blue C M Y K H S L
Decimal 8 86 120 0.93 0.28 0 0.53 198.21 0.88 0.25
Hex 8 56 78 5D 1C 0 35 C6 58 19
Octal 10 126 170 135 34 0 65 306 130 31
Binary 1000 1010110 1111000 1011101 11100 0 110101 11000110 1011000 11001

Color Harmonies of #085678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085678

Black with #085678

Text Example


Text Example

White with #085678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085678; }

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

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

background-color css

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

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

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

border-color css

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

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

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