#01516D

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

Shades of Blue Lagoon #01516D

Tints of Blue Lagoon #01516D

Color information

#01516D (or 0x01516D) is unknown color: approx Blue Lagoon. HEX triplet: 01, 51 and 6D. RGB value is (1,81,109). Sum of RGB (Red+Green+Blue) = 1+81+109=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #01516D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01516D is #FEAE92. Grayscale: #3C3C3C. Windows color (decimal): -16690835 or 7164161. OLE color: 7164161.

HSL color Cylindrical-coordinate representation of color #01516D: hue angle of 195.56º 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 #01516D is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB181109-
CMYK0.990.2600.57
HSL195.56º98.18%21.57%-
HSV(B)195.56º99.08%42.75%-
XYZ5.72715.52-
YUV60.27155.585.72-

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.41%
BLUE value IS 109 (42.97% from 255) = 57.07%
R=0.52%
G=42.41%
B=57.07%

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
Decimal1811090.990.2600.57195.5698.1821.57
Hex1516D631A039c46216
Octal11211551433207130414226
Binary110100011101101110001111010011100111000100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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