#015868

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

Shades of Blue Lagoon #015868

Tints of Blue Lagoon #015868

Color information

#015868 (or 0x015868) is unknown color: approx Blue Lagoon. HEX triplet: 01, 58 and 68. RGB value is (1,88,104). Sum of RGB (Red+Green+Blue) = 1+88+104=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #015868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015868 is #FEA797. Grayscale: #3F3F3F. Windows color (decimal): -16689048 or 6838273. OLE color: 6838273.

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

Color convert

RGB188104-
CMYK0.990.1500.59
HSL189.32º98.1%20.59%-
HSV(B)189.32º99.04%40.78%-
XYZ67.9914.32-
YUV63.81150.6883.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 88 (34.77% from 255) = 45.60%
BLUE value IS 104 (41.02% from 255) = 53.89%
R=0.52%
G=45.60%
B=53.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1881040.990.1500.59189.3298.120.59
Hex1586863F03Bbd6215
Octal11301501431707327514225
Binary11011000110100011000111111011101110111101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015868; }

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

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

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

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

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

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

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

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