#015562

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

Shades of Blue Lagoon #015562

Tints of Blue Lagoon #015562

Color information

#015562 (or 0x015562) is unknown color: approx Blue Lagoon. HEX triplet: 01, 55 and 62. RGB value is (1,85,98). Sum of RGB (Red+Green+Blue) = 1+85+98=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #015562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015562 is #FEAA9D. Grayscale: #3D3D3D. Windows color (decimal): -16689822 or 6444289. OLE color: 6444289.

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

Color convert

RGB18598-
CMYK0.990.1300.62
HSL188.04º97.98%19.41%-
HSV(B)188.04º98.98%38.43%-
XYZ5.477.3912.69-
YUV61.37148.6784.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 85 (33.59% from 255) = 46.20%
BLUE value IS 98 (38.67% from 255) = 53.26%
R=0.54%
G=46.20%
B=53.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal185980.990.1300.62188.0497.9819.41
Hex1556263D03Ebc6213
Octal11251421431507627414223
Binary11010101110001011000111101011111010111100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015562; }

 p { color: rgb(1,85,98); }

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

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

 a { background-color: rgb(1,85,98); }

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

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

 span { border-color: rgb(1,85,98); }

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