Html Css Color HEX #01596F Blue Lagoon

📋 copy color: '#01596F'

red 1 ◦ green 89 ◦ blue 111

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

Shades of Blue Lagoon #01596F

Tints of Blue Lagoon #01596F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.28%

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

R = 0.5%
G = 44.28%
B = 55.22%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01596F (or 0x01596F) is known color: Blue Lagoon. HEX triplet: 01, 59 and 6F. RGB value is (1,89,111). Sum of RGB (Red+Green+Blue) = 1+89+111=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #01596F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01596F is #FEA690. Grayscale: #414141. Windows color (decimal): -16688785 or 7297281. OLE color: 7297281.

HSL color Cylindrical-coordinate representation of color #01596F: hue angle of 192º 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 #01596F is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 89 111 -
CMYK 0.99 0.20 0 0.56
HSL 192º 0.98% 0.22% -
HSV(B) 192º 0.99% 0.44% -
XYZ 6.45 8.3 16.3 -
YUV 65.2 153.85 82.21 -
System Red Green Blue C M Y K H S L
Decimal 1 89 111 0.99 0.20 0 0.56 192 0.98 0.22
Hex 1 59 6F 63 14 0 38 C0 62 16
Octal 1 131 157 143 24 0 70 300 142 26
Binary 1 1011001 1101111 1100011 10100 0 111000 11000000 1100010 10110

Color Harmonies of #01596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01596F

Black with #01596F

Text Example


Text Example

White with #01596F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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