#015A6C

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

Shades of Blue Lagoon #015A6C

Tints of Blue Lagoon #015A6C

Color information

#015A6C (or 0x015A6C) is unknown color: approx Blue Lagoon. HEX triplet: 01, 5A and 6C. RGB value is (1,90,108). Sum of RGB (Red+Green+Blue) = 1+90+108=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #015A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A6C is #FEA593. Grayscale: #414141. Windows color (decimal): -16688532 or 7100929. OLE color: 7100929.

HSL color Cylindrical-coordinate representation of color #015A6C: hue angle of 190.09º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A6C is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB190108-
CMYK0.990.1700.58
HSL190.09º98.17%21.37%-
HSV(B)190.09º99.07%42.35%-
XYZ6.388.415.47-
YUV65.44152.0182.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 90 (35.55% from 255) = 45.23%
BLUE value IS 108 (42.58% from 255) = 54.27%
R=0.50%
G=45.23%
B=54.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1901080.990.1700.58190.0998.1721.37
Hex15A6C631103Abe6215
Octal11321541432107227614225
Binary110110101101100110001110001011101010111110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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