#01586D

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

Shades of Blue Lagoon #01586D

Tints of Blue Lagoon #01586D

Color information

#01586D (or 0x01586D) is unknown color: approx Blue Lagoon. HEX triplet: 01, 58 and 6D. RGB value is (1,88,109). Sum of RGB (Red+Green+Blue) = 1+88+109=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #01586D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01586D is #FEA792. Grayscale: #404040. Windows color (decimal): -16689043 or 7165953. OLE color: 7165953.

HSL color Cylindrical-coordinate representation of color #01586D: hue angle of 191.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01586D is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB188109-
CMYK0.990.1900.57
HSL191.67º98.18%21.57%-
HSV(B)191.67º99.08%42.75%-
XYZ6.268.0915.7-
YUV64.38153.1882.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 88 (34.77% from 255) = 44.44%
BLUE value IS 109 (42.97% from 255) = 55.05%
R=0.51%
G=44.44%
B=55.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1881090.990.1900.57191.6798.1821.57
Hex1586D6313039c06216
Octal11301551432307130014226
Binary110110001101101110001110011011100111000000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01586D; }

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

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

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

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

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

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

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

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