Html Css Color HEX #085674 Blue Lagoon

📋 copy color: '#085674'

red 8 ◦ green 86 ◦ blue 116

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

Shades of Blue Lagoon #085674

Tints of Blue Lagoon #085674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 55.24%

R = 3.81%
G = 40.95%
B = 55.24%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#085674 (or 0x085674) is known color: Blue Lagoon. HEX triplet: 08, 56 and 74. RGB value is (8,86,116). Sum of RGB (Red+Green+Blue) = 8+86+116=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #085674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085674 is #F7A98B. Grayscale: #414141. Windows color (decimal): -16230796 or 7624200. OLE color: 7624200.

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

Color convert

RGB 8 86 116 -
CMYK 0.93 0.26 0 0.55
HSL 196.67º 0.87% 0.24% -
HSV(B) 196.67º 0.93% 0.45% -
XYZ 6.58 7.97 17.71 -
YUV 66.1 156.16 86.56 -
System Red Green Blue C M Y K H S L
Decimal 8 86 116 0.93 0.26 0 0.55 196.67 0.87 0.24
Hex 8 56 74 5D 1A 0 37 C5 57 18
Octal 10 126 164 135 32 0 67 305 127 30
Binary 1000 1010110 1110100 1011101 11010 0 110111 11000101 1010111 11000

Color Harmonies of #085674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085674

Black with #085674

Text Example


Text Example

White with #085674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085674; }

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

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

background-color css

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

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

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

border-color css

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

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

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