#015E78

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

Shades of Blue Lagoon #015E78

Tints of Blue Lagoon #015E78

Color information

#015E78 (or 0x015E78) is unknown color: approx Blue Lagoon. HEX triplet: 01, 5E and 78. RGB value is (1,94,120). Sum of RGB (Red+Green+Blue) = 1+94+120=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #015E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E78 is #FEA187. Grayscale: #444444. Windows color (decimal): -16687496 or 7888385. OLE color: 7888385.

HSL color Cylindrical-coordinate representation of color #015E78: hue angle of 193.11º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E78 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB194120-
CMYK0.990.2200.53
HSL193.11º98.35%23.73%-
HSV(B)193.11º99.17%47.06%-
XYZ7.419.3719.19-
YUV69.16156.6979.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 94 (37.11% from 255) = 43.72%
BLUE value IS 120 (47.27% from 255) = 55.81%
R=0.47%
G=43.72%
B=55.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1941200.990.2200.53193.1198.3523.73
Hex15E786316035c16218
Octal11361701432606530114230
Binary110111101111000110001110110011010111000001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015E78; }

 p { color: rgb(1,94,120); }

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

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

 a { background-color: rgb(1,94,120); }

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

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

 span { border-color: rgb(1,94,120); }

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