Html Css Color HEX #085473 Blue Lagoon

📋 copy color: '#085473'

red 8 ◦ green 84 ◦ blue 115

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

Shades of Blue Lagoon #085473

Tints of Blue Lagoon #085473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.58%

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

R = 3.86%
G = 40.58%
B = 55.56%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#085473 (or 0x085473) is known color: Blue Lagoon. HEX triplet: 08, 54 and 73. RGB value is (8,84,115). Sum of RGB (Red+Green+Blue) = 8+84+115=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #085473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085473 is #F7AB8C. Grayscale: #404040. Windows color (decimal): -16231309 or 7558152. OLE color: 7558152.

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

Color convert

RGB 8 84 115 -
CMYK 0.93 0.27 0 0.55
HSL 197.38º 0.87% 0.24% -
HSV(B) 197.38º 0.93% 0.45% -
XYZ 6.36 7.63 17.36 -
YUV 64.81 156.32 87.48 -
System Red Green Blue C M Y K H S L
Decimal 8 84 115 0.93 0.27 0 0.55 197.38 0.87 0.24
Hex 8 54 73 5D 1B 0 37 C5 57 18
Octal 10 124 163 135 33 0 67 305 127 30
Binary 1000 1010100 1110011 1011101 11011 0 110111 11000101 1010111 11000

Color Harmonies of #085473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085473

Black with #085473

Text Example


Text Example

White with #085473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085473; }

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

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

background-color css

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

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

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

border-color css

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

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

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