#085473

Color #085473 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #085473

Tints of Blue Lagoon #085473

Color information

#085473 (or 0x085473) is unknown color: approx 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

RGB884115-
CMYK0.930.2700.55
HSL197.38º86.99%24.12%-
HSV(B)197.38º93.04%45.1%-
XYZ6.367.6317.36-
YUV64.81156.3287.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.86%
GREEN value IS 84 (33.20% 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 (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8841150.930.2700.55197.3886.9924.12
Hex854735D1B037c55718
Octal101241631353306730512730
Binary100010101001110011101110111011011011111000101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>