#01586B

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

Shades of Blue Lagoon #01586B

Tints of Blue Lagoon #01586B

Color information

#01586B (or 0x01586B) is unknown color: approx Blue Lagoon. HEX triplet: 01, 58 and 6B. RGB value is (1,88,107). Sum of RGB (Red+Green+Blue) = 1+88+107=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #01586B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01586B is #FEA794. Grayscale: #3F3F3F. Windows color (decimal): -16689045 or 7034881. OLE color: 7034881.

HSL color Cylindrical-coordinate representation of color #01586B: hue angle of 190.75º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01586B is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB188107-
CMYK0.990.1800.58
HSL190.75º98.15%21.18%-
HSV(B)190.75º99.07%41.96%-
XYZ6.168.0515.14-
YUV64.15152.1882.96-

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.90%
BLUE value IS 107 (42.19% from 255) = 54.59%
R=0.51%
G=44.90%
B=54.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1881070.990.1800.58190.7598.1521.18
Hex1586B631203Abf6215
Octal11301531432207227714225
Binary110110001101011110001110010011101010111111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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