Html Css Color HEX #085973 Blue Lagoon

📋 copy color: '#085973'

red 8 ◦ green 89 ◦ blue 115

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

Shades of Blue Lagoon #085973

Tints of Blue Lagoon #085973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.98%

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

R = 3.77%
G = 41.98%
B = 54.25%

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

#085973 (or 0x085973) is known color: Blue Lagoon. HEX triplet: 08, 59 and 73. RGB value is (8,89,115). Sum of RGB (Red+Green+Blue) = 8+89+115=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #085973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085973 is #F7A68C. Grayscale: #434343. Windows color (decimal): -16230029 or 7559432. OLE color: 7559432.

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

Color convert

RGB 8 89 115 -
CMYK 0.93 0.23 0 0.55
HSL 194.58º 0.87% 0.24% -
HSV(B) 194.58º 0.93% 0.45% -
XYZ 6.77 8.43 17.49 -
YUV 67.75 154.66 85.39 -
System Red Green Blue C M Y K H S L
Decimal 8 89 115 0.93 0.23 0 0.55 194.58 0.87 0.24
Hex 8 59 73 5D 17 0 37 C3 57 18
Octal 10 131 163 135 27 0 67 303 127 30
Binary 1000 1011001 1110011 1011101 10111 0 110111 11000011 1010111 11000

Color Harmonies of #085973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085973

Black with #085973

Text Example


Text Example

White with #085973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085973; }

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

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

background-color css

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

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

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

border-color css

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

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

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