Html Css Color HEX #00596D Blue Lagoon

📋 copy color: '#00596D'

red 0 ◦ green 89 ◦ blue 109

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

Shades of Blue Lagoon #00596D

Tints of Blue Lagoon #00596D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 109 (42.97% from 255) = 55.05%

R = 0%
G = 44.95%
B = 55.05%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00596D (or 0x00596D) is known color: Blue Lagoon. HEX triplet: 00, 59 and 6D. RGB value is (0,89,109). Sum of RGB (Red+Green+Blue) = 0+89+109=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 89 (35.16% from 255 or 44.95% 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 #00596D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00596D is #FFA692. Grayscale: #404040. Windows color (decimal): -16754323 or 7166208. OLE color: 7166208.

HSL color Cylindrical-coordinate representation of color #00596D: hue angle of 191.01º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00596D is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 89 109 -
CMYK 1 0.18 0 0.57
HSL 191.01º 1% 0.21% -
HSV(B) 191.01º 1% 0.43% -
XYZ 6.33 8.25 15.73 -
YUV 64.67 153.01 81.87 -
System Red Green Blue C M Y K H S L
Decimal 0 89 109 1 0.18 0 0.57 191.01 1 0.21
Hex 0 59 6D 64 12 0 39 BF 64 15
Octal 0 131 155 144 22 0 71 277 144 25
Binary 0 1011001 1101101 1100100 10010 0 111001 10111111 1100100 10101

Color Harmonies of #00596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00596D

Black with #00596D

Text Example


Text Example

White with #00596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,89,109); }

 H1.HeaderClassName
 {
   color: #00596D;
 }
 .AnyTagClassName
 {
   color: #00596D;
 }
</style>

background-color css

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

 a { background-color: rgb(0,89,109); }

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

border-color css

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

 span { border-color: rgb(0,89,109); }

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