#015463

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

Shades of Blue Lagoon #015463

Tints of Blue Lagoon #015463

Color information

#015463 (or 0x015463) is unknown color: approx Blue Lagoon. HEX triplet: 01, 54 and 63. RGB value is (1,84,99). Sum of RGB (Red+Green+Blue) = 1+84+99=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #015463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015463 is #FEAB9C. Grayscale: #3C3C3C. Windows color (decimal): -16690077 or 6509569. OLE color: 6509569.

HSL color Cylindrical-coordinate representation of color #015463: hue angle of 189.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015463 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB18499-
CMYK0.990.1500.61
HSL189.18º98%19.61%-
HSV(B)189.18º98.99%38.82%-
XYZ5.437.2512.92-
YUV60.89149.585.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 99 (39.06% from 255) = 53.80%
R=0.54%
G=45.65%
B=53.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal184990.990.1500.61189.189819.61
Hex1546363F03Dbd6214
Octal11241431431707527514224
Binary11010100110001111000111111011110110111101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015463; }

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

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

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

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

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

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

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

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