Html Css Color HEX #04596C Blue Lagoon

📋 copy color: '#04596C'

red 4 ◦ green 89 ◦ blue 108

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

Shades of Blue Lagoon #04596C

Tints of Blue Lagoon #04596C

RGB

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

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

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

R = 1.99%
G = 44.28%
B = 53.73%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04596C (or 0x04596C) is known color: Blue Lagoon. HEX triplet: 04, 59 and 6C. RGB value is (4,89,108). Sum of RGB (Red+Green+Blue) = 4+89+108=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #04596C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04596C is #FBA693. Grayscale: #414141. Windows color (decimal): -16492180 or 7100676. OLE color: 7100676.

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

Color convert

RGB 4 89 108 -
CMYK 0.96 0.18 0 0.58
HSL 190.96º 0.93% 0.22% -
HSV(B) 190.96º 0.96% 0.42% -
XYZ 6.33 8.25 15.45 -
YUV 65.75 151.84 83.96 -
System Red Green Blue C M Y K H S L
Decimal 4 89 108 0.96 0.18 0 0.58 190.96 0.93 0.22
Hex 4 59 6C 60 12 0 3A BF 5D 16
Octal 4 131 154 140 22 0 72 277 135 26
Binary 100 1011001 1101100 1100000 10010 0 111010 10111111 1011101 10110

Color Harmonies of #04596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04596C

Black with #04596C

Text Example


Text Example

White with #04596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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