#015A76

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

Shades of Blue Lagoon #015A76

Tints of Blue Lagoon #015A76

Color information

#015A76 (or 0x015A76) is unknown color: approx Blue Lagoon. HEX triplet: 01, 5A and 76. RGB value is (1,90,118). Sum of RGB (Red+Green+Blue) = 1+90+118=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #015A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A76 is #FEA589. Grayscale: #424242. Windows color (decimal): -16688522 or 7756289. OLE color: 7756289.

HSL color Cylindrical-coordinate representation of color #015A76: hue angle of 194.36º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A76 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB190118-
CMYK0.990.2400.54
HSL194.36º98.32%23.33%-
HSV(B)194.36º99.15%46.27%-
XYZ6.948.6318.44-
YUV66.58157.0181.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 90 (35.55% from 255) = 43.06%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=0.48%
G=43.06%
B=56.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1901180.990.2400.54194.3698.3223.33
Hex15A766318036c26217
Octal11321661433006630214227
Binary110110101110110110001111000011011011000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,90,118); }

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

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

 a { background-color: rgb(1,90,118); }

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

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

 span { border-color: rgb(1,90,118); }

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