Html Css Color HEX #01586F Blue Lagoon

📋 copy color: '#01586F'

red 1 ◦ green 88 ◦ blue 111

#01586F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #01586F

Tints of Blue Lagoon #01586F

RGB

 RED value IS 1 (0.78% from 255) = 0.5%

 GREEN value IS 88 (34.77% from 255) = 44%

 BLUE value IS 111 (43.75% from 255) = 55.5%

R = 0.5%
G = 44%
B = 55.5%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01586F (or 0x01586F) is known color: Blue Lagoon. HEX triplet: 01, 58 and 6F. RGB value is (1,88,111). Sum of RGB (Red+Green+Blue) = 1+88+111=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #01586F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01586F is #FEA790. Grayscale: #404040. Windows color (decimal): -16689041 or 7297025. OLE color: 7297025.

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

Color convert

RGB 1 88 111 -
CMYK 0.99 0.21 0 0.56
HSL 192.55º 0.98% 0.22% -
HSV(B) 192.55º 0.99% 0.44% -
XYZ 6.37 8.13 16.27 -
YUV 64.61 154.18 82.63 -
System Red Green Blue C M Y K H S L
Decimal 1 88 111 0.99 0.21 0 0.56 192.55 0.98 0.22
Hex 1 58 6F 63 15 0 38 C1 62 16
Octal 1 130 157 143 25 0 70 301 142 26
Binary 1 1011000 1101111 1100011 10101 0 111000 11000001 1100010 10110

Color Harmonies of #01586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01586F

Black with #01586F

Text Example


Text Example

White with #01586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01586F;
 }
 .AnyTagClassName
 {
   color: #01586F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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