Html Css Color HEX #01596C Blue Lagoon

📋 copy color: '#01596C'

red 1 ◦ green 89 ◦ blue 108

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

Shades of Blue Lagoon #01596C

Tints of Blue Lagoon #01596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54.55%

R = 0.51%
G = 44.95%
B = 54.55%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01596C (or 0x01596C) is known color: Blue Lagoon. HEX triplet: 01, 59 and 6C. RGB value is (1,89,108). Sum of RGB (Red+Green+Blue) = 1+89+108=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #01596C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01596C is #FEA693. Grayscale: #404040. Windows color (decimal): -16688788 or 7100673. OLE color: 7100673.

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

Color convert

RGB 1 89 108 -
CMYK 0.99 0.18 0 0.58
HSL 190.65º 0.98% 0.21% -
HSV(B) 190.65º 0.99% 0.42% -
XYZ 6.29 8.23 15.45 -
YUV 64.85 152.35 82.46 -
System Red Green Blue C M Y K H S L
Decimal 1 89 108 0.99 0.18 0 0.58 190.65 0.98 0.21
Hex 1 59 6C 63 12 0 3A BF 62 15
Octal 1 131 154 143 22 0 72 277 142 25
Binary 1 1011001 1101100 1100011 10010 0 111010 10111111 1100010 10101

Color Harmonies of #01596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01596C

Black with #01596C

Text Example


Text Example

White with #01596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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