#015472

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

Shades of Blue Lagoon #015472

Tints of Blue Lagoon #015472

Color information

#015472 (or 0x015472) is unknown color: approx Blue Lagoon. HEX triplet: 01, 54 and 72. RGB value is (1,84,114). Sum of RGB (Red+Green+Blue) = 1+84+114=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #015472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015472 is #FEAB8D. Grayscale: #3E3E3E. Windows color (decimal): -16690062 or 7492609. OLE color: 7492609.

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

Color convert

RGB184114-
CMYK0.990.2600.55
HSL195.93º98.26%22.55%-
HSV(B)195.93º99.12%44.71%-
XYZ6.227.5617.05-
YUV62.615784.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 84 (33.20% from 255) = 42.21%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=0.50%
G=42.21%
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.55
SystemRedGreenBlueCMYKHSL
Decimal1841140.990.2600.55195.9398.2622.55
Hex15472631A037c46217
Octal11241621433206730414227
Binary110101001110010110001111010011011111000100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015472; }

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

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

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

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

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

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

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

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