Html Css Color HEX #085873 Blue Lagoon

📋 copy color: '#085873'

red 8 ◦ green 88 ◦ blue 115

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

Shades of Blue Lagoon #085873

Tints of Blue Lagoon #085873

RGB

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

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

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

R = 3.79%
G = 41.71%
B = 54.5%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#085873 (or 0x085873) is known color: Blue Lagoon. HEX triplet: 08, 58 and 73. RGB value is (8,88,115). Sum of RGB (Red+Green+Blue) = 8+88+115=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #085873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085873 is #F7A78C. Grayscale: #424242. Windows color (decimal): -16230285 or 7559176. OLE color: 7559176.

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

Color convert

RGB 8 88 115 -
CMYK 0.93 0.23 0 0.55
HSL 195.14º 0.87% 0.24% -
HSV(B) 195.14º 0.93% 0.45% -
XYZ 6.68 8.27 17.46 -
YUV 67.16 155 85.8 -
System Red Green Blue C M Y K H S L
Decimal 8 88 115 0.93 0.23 0 0.55 195.14 0.87 0.24
Hex 8 58 73 5D 17 0 37 C3 57 18
Octal 10 130 163 135 27 0 67 303 127 30
Binary 1000 1011000 1110011 1011101 10111 0 110111 11000011 1010111 11000

Color Harmonies of #085873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085873

Black with #085873

Text Example


Text Example

White with #085873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085873; }

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

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

background-color css

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

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

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

border-color css

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

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

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