Html Css Color HEX #085773 Blue Lagoon

📋 copy color: '#085773'

red 8 ◦ green 87 ◦ blue 115

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

Shades of Blue Lagoon #085773

Tints of Blue Lagoon #085773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 54.76%

R = 3.81%
G = 41.43%
B = 54.76%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#085773 (or 0x085773) is known color: Blue Lagoon. HEX triplet: 08, 57 and 73. RGB value is (8,87,115). Sum of RGB (Red+Green+Blue) = 8+87+115=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #085773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085773 is #F7A88C. Grayscale: #424242. Windows color (decimal): -16230541 or 7558920. OLE color: 7558920.

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

Color convert

RGB 8 87 115 -
CMYK 0.93 0.24 0 0.55
HSL 195.7º 0.87% 0.24% -
HSV(B) 195.7º 0.93% 0.45% -
XYZ 6.6 8.11 17.44 -
YUV 66.57 155.33 86.22 -
System Red Green Blue C M Y K H S L
Decimal 8 87 115 0.93 0.24 0 0.55 195.7 0.87 0.24
Hex 8 57 73 5D 18 0 37 C4 57 18
Octal 10 127 163 135 30 0 67 304 127 30
Binary 1000 1010111 1110011 1011101 11000 0 110111 11000100 1010111 11000

Color Harmonies of #085773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085773

Black with #085773

Text Example


Text Example

White with #085773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085773; }

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

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

background-color css

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

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

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

border-color css

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

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

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