#015166

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

Shades of Blue Lagoon #015166

Tints of Blue Lagoon #015166

Color information

#015166 (or 0x015166) is unknown color: approx Blue Lagoon. HEX triplet: 01, 51 and 66. RGB value is (1,81,102). Sum of RGB (Red+Green+Blue) = 1+81+102=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #015166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015166 is #FEAE99. Grayscale: #3B3B3B. Windows color (decimal): -16690842 or 6705409. OLE color: 6705409.

HSL color Cylindrical-coordinate representation of color #015166: hue angle of 192.48º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015166 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB181102-
CMYK0.990.2100.6
HSL192.48º98.06%20.2%-
HSV(B)192.48º99.02%40%-
XYZ5.356.8513.61-
YUV59.4715286.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 81 (32.03% from 255) = 44.02%
BLUE value IS 102 (40.23% from 255) = 55.43%
R=0.54%
G=44.02%
B=55.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1811020.990.2100.6192.4898.0620.2
Hex15166631503Cc06214
Octal11211461432507430014224
Binary110100011100110110001110101011110011000000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015166; }

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

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

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

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

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

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

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

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