#015662

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

Shades of Blue Lagoon #015662

Tints of Blue Lagoon #015662

Color information

#015662 (or 0x015662) is unknown color: approx Blue Lagoon. HEX triplet: 01, 56 and 62. RGB value is (1,86,98). Sum of RGB (Red+Green+Blue) = 1+86+98=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #015662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015662 is #FEA99D. Grayscale: #3D3D3D. Windows color (decimal): -16689566 or 6444545. OLE color: 6444545.

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

Color convert

RGB18698-
CMYK0.990.1200.62
HSL187.42º97.98%19.41%-
HSV(B)187.42º98.98%38.43%-
XYZ5.547.5412.72-
YUV61.95148.3484.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 86 (33.98% from 255) = 46.49%
BLUE value IS 98 (38.67% from 255) = 52.97%
R=0.54%
G=46.49%
B=52.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal186980.990.1200.62187.4297.9819.41
Hex1566263C03Ebb6213
Octal11261421431407627314223
Binary11010110110001011000111100011111010111011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015662; }

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

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

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

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

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

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

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

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