#015173

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

Shades of Blue Lagoon #015173

Tints of Blue Lagoon #015173

Color information

#015173 (or 0x015173) is unknown color: approx Blue Lagoon. HEX triplet: 01, 51 and 73. RGB value is (1,81,115). Sum of RGB (Red+Green+Blue) = 1+81+115=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #015173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015173 is #FEAE8C. Grayscale: #3C3C3C. Windows color (decimal): -16690829 or 7557377. OLE color: 7557377.

HSL color Cylindrical-coordinate representation of color #015173: hue angle of 197.89º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015173 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB181115-
CMYK0.990.3000.55
HSL197.89º98.28%22.75%-
HSV(B)197.89º99.13%45.1%-
XYZ6.057.1317.28-
YUV60.96158.585.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 81 (32.03% from 255) = 41.12%
BLUE value IS 115 (45.31% from 255) = 58.38%
R=0.51%
G=41.12%
B=58.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1811150.990.3000.55197.8998.2822.75
Hex15173631E037c66217
Octal11211631433606730614227
Binary110100011110011110001111110011011111000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015173; }

 p { color: rgb(1,81,115); }

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

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

 a { background-color: rgb(1,81,115); }

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

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

 span { border-color: rgb(1,81,115); }

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