#015468

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

Shades of Blue Lagoon #015468

Tints of Blue Lagoon #015468

Color information

#015468 (or 0x015468) is unknown color: approx Blue Lagoon. HEX triplet: 01, 54 and 68. RGB value is (1,84,104). Sum of RGB (Red+Green+Blue) = 1+84+104=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #015468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015468 is #FEAB97. Grayscale: #3D3D3D. Windows color (decimal): -16690072 or 6837249. OLE color: 6837249.

HSL color Cylindrical-coordinate representation of color #015468: hue angle of 191.65º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015468 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB184104-
CMYK0.990.1900.59
HSL191.65º98.1%20.59%-
HSV(B)191.65º99.04%40.78%-
XYZ5.687.3514.22-
YUV61.4615284.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 84 (33.20% from 255) = 44.44%
BLUE value IS 104 (41.02% from 255) = 55.03%
R=0.53%
G=44.44%
B=55.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1841040.990.1900.59191.6598.120.59
Hex15468631303Bc06215
Octal11241501432307330014225
Binary110101001101000110001110011011101111000000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015468; }

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

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

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

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

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

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

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

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