#0A5573

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

Shades of Blue Lagoon #0A5573

Tints of Blue Lagoon #0A5573

Color information

#0A5573 (or 0x0A5573) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 55 and 73. RGB value is (10,85,115). Sum of RGB (Red+Green+Blue) = 10+85+115=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 85 (33.59% from 255 or 40.48% 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 #0A5573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5573 is #F5AA8C. Grayscale: #414141. Windows color (decimal): -16099981 or 7558410. OLE color: 7558410.

HSL color Cylindrical-coordinate representation of color #0A5573: hue angle of 197.14º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A5573 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1085115-
CMYK0.910.2600.55
HSL197.14º84%24.51%-
HSV(B)197.14º91.3%45.1%-
XYZ6.477.817.38-
YUV66155.6588.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.76%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 115 (45.31% from 255) = 54.76%
R=4.76%
G=40.48%
B=54.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10851150.910.2600.55197.148424.51
HexA55735B1A037c55419
Octal121251631333206730512431
Binary101010101011110011101101111010011011111000101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A5573; }

 p { color: rgb(10,85,115); }

 H1.HeaderClassName
 {
   color: #0A5573;
 }
 .AnyTagClassName
 {
   color: #0A5573;
 }
</style>
background-color css

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

 a { background-color: rgb(10,85,115); }

 div.DivClassName
 {
   background-color: #0A5573;
 }
 .BgClassName
 {
   background-color: #0A5573;
 }
</style>
border-color css

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

 span { border-color: rgb(10,85,115); }

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