#015172

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

Shades of Blue Lagoon #015172

Tints of Blue Lagoon #015172

Color information

#015172 (or 0x015172) is unknown color: approx Blue Lagoon. HEX triplet: 01, 51 and 72. RGB value is (1,81,114). Sum of RGB (Red+Green+Blue) = 1+81+114=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #015172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015172 is #FEAE8D. Grayscale: #3C3C3C. Windows color (decimal): -16690830 or 7491841. OLE color: 7491841.

HSL color Cylindrical-coordinate representation of color #015172: hue angle of 197.52º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015172 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB181114-
CMYK0.990.2900.55
HSL197.52º98.26%22.55%-
HSV(B)197.52º99.12%44.71%-
XYZ5.997.1116.98-
YUV60.8415885.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 114 (44.92% from 255) = 58.16%
R=0.51%
G=41.33%
B=58.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1811140.990.2900.55197.5298.2622.55
Hex15172631D037c66217
Octal11211621433506730614227
Binary110100011110010110001111101011011111000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015172; }

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

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

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

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

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

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

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

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