#015B73

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

Shades of Blue Lagoon #015B73

Tints of Blue Lagoon #015B73

Color information

#015B73 (or 0x015B73) is unknown color: approx Blue Lagoon. HEX triplet: 01, 5B and 73. RGB value is (1,91,115). Sum of RGB (Red+Green+Blue) = 1+91+115=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 91 (35.94% from 255 or 43.96% 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 #015B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B73 is #FEA48C. Grayscale: #424242. Windows color (decimal): -16688269 or 7559937. OLE color: 7559937.

HSL color Cylindrical-coordinate representation of color #015B73: hue angle of 192.63º 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 #015B73 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB191115-
CMYK0.990.2100.55
HSL192.63º98.28%22.75%-
HSV(B)192.63º99.13%45.1%-
XYZ6.858.7317.54-
YUV66.83155.1881.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 91 (35.94% from 255) = 43.96%
BLUE value IS 115 (45.31% from 255) = 55.56%
R=0.48%
G=43.96%
B=55.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1911150.990.2100.55192.6398.2822.75
Hex15B736315037c16217
Octal11331631432506730114227
Binary110110111110011110001110101011011111000001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015B73; }

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

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

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

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

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

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

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

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