Html Css Color HEX #085779 Blue Lagoon

📋 copy color: '#085779'

red 8 ◦ green 87 ◦ blue 121

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

Shades of Blue Lagoon #085779

Tints of Blue Lagoon #085779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.28%

 BLUE value IS 121 (47.66% from 255) = 56.02%

R = 3.7%
G = 40.28%
B = 56.02%

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

#085779 (or 0x085779) is known color: Blue Lagoon. HEX triplet: 08, 57 and 79. RGB value is (8,87,121). Sum of RGB (Red+Green+Blue) = 8+87+121=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #085779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085779 is #F7A886. Grayscale: #434343. Windows color (decimal): -16230535 or 7952136. OLE color: 7952136.

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

Color convert

RGB 8 87 121 -
CMYK 0.93 0.28 0 0.53
HSL 198.05º 0.88% 0.25% -
HSV(B) 198.05º 0.93% 0.47% -
XYZ 6.96 8.25 19.31 -
YUV 67.26 158.33 85.74 -
System Red Green Blue C M Y K H S L
Decimal 8 87 121 0.93 0.28 0 0.53 198.05 0.88 0.25
Hex 8 57 79 5D 1C 0 35 C6 58 19
Octal 10 127 171 135 34 0 65 306 130 31
Binary 1000 1010111 1111001 1011101 11100 0 110101 11000110 1011000 11001

Color Harmonies of #085779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085779

Black with #085779

Text Example


Text Example

White with #085779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085779; }

 p { color: rgb(8,87,121); }

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

background-color css

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

 a { background-color: rgb(8,87,121); }

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

border-color css

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

 span { border-color: rgb(8,87,121); }

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