Html Css Color HEX #04536D Blue Lagoon

📋 copy color: '#04536D'

red 4 ◦ green 83 ◦ blue 109

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

Shades of Blue Lagoon #04536D

Tints of Blue Lagoon #04536D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.35%

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

R = 2.04%
G = 42.35%
B = 55.61%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04536D (or 0x04536D) is known color: Blue Lagoon. HEX triplet: 04, 53 and 6D. RGB value is (4,83,109). Sum of RGB (Red+Green+Blue) = 4+83+109=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #04536D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04536D is #FBAC92. Grayscale: #3E3E3E. Windows color (decimal): -16493715 or 7164676. OLE color: 7164676.

HSL color Cylindrical-coordinate representation of color #04536D: hue angle of 194.86º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04536D is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 4 83 109 -
CMYK 0.96 0.24 0 0.57
HSL 194.86º 0.93% 0.22% -
HSV(B) 194.86º 0.96% 0.43% -
XYZ 5.9 7.32 15.57 -
YUV 62.34 154.33 86.39 -
System Red Green Blue C M Y K H S L
Decimal 4 83 109 0.96 0.24 0 0.57 194.86 0.93 0.22
Hex 4 53 6D 60 18 0 39 C3 5D 16
Octal 4 123 155 140 30 0 71 303 135 26
Binary 100 1010011 1101101 1100000 11000 0 111001 11000011 1011101 10110

Color Harmonies of #04536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04536D

Black with #04536D

Text Example


Text Example

White with #04536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,83,109); }

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

background-color css

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

 a { background-color: rgb(4,83,109); }

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

border-color css

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

 span { border-color: rgb(4,83,109); }

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