#015876

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

Shades of Blue Lagoon #015876

Tints of Blue Lagoon #015876

Color information

#015876 (or 0x015876) is unknown color: approx Blue Lagoon. HEX triplet: 01, 58 and 76. RGB value is (1,88,118). Sum of RGB (Red+Green+Blue) = 1+88+118=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #015876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015876 is #FEA789. Grayscale: #414141. Windows color (decimal): -16689034 or 7755777. OLE color: 7755777.

HSL color Cylindrical-coordinate representation of color #015876: hue angle of 195.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015876 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB188118-
CMYK0.990.2500.54
HSL195.38º98.32%23.33%-
HSV(B)195.38º99.15%46.27%-
XYZ6.778.2918.38-
YUV65.41157.6882.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 118 (46.48% from 255) = 57.00%
R=0.48%
G=42.51%
B=57.00%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1881180.990.2500.54195.3898.3223.33
Hex158766319036c36217
Octal11301661433106630314227
Binary110110001110110110001111001011011011000011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015876; }

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

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

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

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

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

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

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

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