Html Css Color HEX #04596B Blue Lagoon

📋 copy color: '#04596B'

red 4 ◦ green 89 ◦ blue 107

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

Shades of Blue Lagoon #04596B

Tints of Blue Lagoon #04596B

RGB

 RED value IS 4 (1.95% from 255) = 2%

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

 BLUE value IS 107 (42.19% from 255) = 53.5%

R = 2%
G = 44.5%
B = 53.5%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04596B (or 0x04596B) is known color: Blue Lagoon. HEX triplet: 04, 59 and 6B. RGB value is (4,89,107). Sum of RGB (Red+Green+Blue) = 4+89+107=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 107 (42.19% from 255 or 53.5% from 200); Max value from RGB is 107 - color contains mainly: blue. Hex color #04596B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04596B is #FBA694. Grayscale: #414141. Windows color (decimal): -16492181 or 7035140. OLE color: 7035140.

HSL color Cylindrical-coordinate representation of color #04596B: hue angle of 190.49º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04596B is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 89 107 -
CMYK 0.96 0.17 0 0.58
HSL 190.49º 0.93% 0.22% -
HSV(B) 190.49º 0.96% 0.42% -
XYZ 6.28 8.23 15.17 -
YUV 65.64 151.34 84.04 -
System Red Green Blue C M Y K H S L
Decimal 4 89 107 0.96 0.17 0 0.58 190.49 0.93 0.22
Hex 4 59 6B 60 11 0 3A BE 5D 16
Octal 4 131 153 140 21 0 72 276 135 26
Binary 100 1011001 1101011 1100000 10001 0 111010 10111110 1011101 10110

Color Harmonies of #04596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04596B

Black with #04596B

Text Example


Text Example

White with #04596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,89,107); }

 H1.HeaderClassName
 {
   color: #04596B;
 }
 .AnyTagClassName
 {
   color: #04596B;
 }
</style>

background-color css

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

 a { background-color: rgb(4,89,107); }

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

border-color css

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

 span { border-color: rgb(4,89,107); }

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