#01516E

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

Shades of Blue Lagoon #01516E

Tints of Blue Lagoon #01516E

Color information

#01516E (or 0x01516E) is unknown color: approx Blue Lagoon. HEX triplet: 01, 51 and 6E. RGB value is (1,81,110). Sum of RGB (Red+Green+Blue) = 1+81+110=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 110 (43.36% from 255 or 57.29% from 192); Max value from RGB is 110 - color contains mainly: blue. Hex color #01516E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01516E is #FEAE91. Grayscale: #3C3C3C. Windows color (decimal): -16690834 or 7229697. OLE color: 7229697.

HSL color Cylindrical-coordinate representation of color #01516E: hue angle of 195.96º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01516E is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB181110-
CMYK0.990.2600.57
HSL195.96º98.2%21.76%-
HSV(B)195.96º99.09%43.14%-
XYZ5.777.0215.8-
YUV60.3915685.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 110 (43.36% from 255) = 57.29%
R=0.52%
G=42.19%
B=57.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1811100.990.2600.57195.9698.221.76
Hex1516E631A039c46216
Octal11211561433207130414226
Binary110100011101110110001111010011100111000100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01516E; }

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

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

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

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

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

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

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

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