#01516F

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

Shades of Blue Lagoon #01516F

Tints of Blue Lagoon #01516F

Color information

#01516F (or 0x01516F) is unknown color: approx Blue Lagoon. HEX triplet: 01, 51 and 6F. RGB value is (1,81,111). Sum of RGB (Red+Green+Blue) = 1+81+111=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #01516F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01516F is #FEAE90. Grayscale: #3C3C3C. Windows color (decimal): -16690833 or 7295233. OLE color: 7295233.

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

Color convert

RGB181111-
CMYK0.990.2700.56
HSL196.36º98.21%21.96%-
HSV(B)196.36º99.1%43.53%-
XYZ5.827.0416.09-
YUV60.5156.585.56-

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) = 41.97%
BLUE value IS 111 (43.75% from 255) = 57.51%
R=0.52%
G=41.97%
B=57.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1811110.990.2700.56196.3698.2121.96
Hex1516F631B038c46216
Octal11211571433307030414226
Binary110100011101111110001111011011100011000100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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