Html Css Color HEX #045D84 Blue Lagoon

📋 copy color: '#045D84'

red 4 ◦ green 93 ◦ blue 132

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

Shades of Blue Lagoon #045D84

Tints of Blue Lagoon #045D84

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.61%

 BLUE value IS 132 (51.95% from 255) = 57.64%

R = 1.75%
G = 40.61%
B = 57.64%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#045D84 (or 0x045D84) is known color: Blue Lagoon. HEX triplet: 04, 5D and 84. RGB value is (4,93,132). Sum of RGB (Red+Green+Blue) = 4+93+132=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #045D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045D84 is #FBA27B. Grayscale: #464646. Windows color (decimal): -16491132 or 8674564. OLE color: 8674564.

HSL color Cylindrical-coordinate representation of color #045D84: hue angle of 198.28º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045D84 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 93 132 -
CMYK 0.97 0.30 0 0.48
HSL 198.28º 0.94% 0.27% -
HSV(B) 198.28º 0.97% 0.52% -
XYZ 8.13 9.52 23.24 -
YUV 70.84 162.51 80.33 -
System Red Green Blue C M Y K H S L
Decimal 4 93 132 0.97 0.30 0 0.48 198.28 0.94 0.27
Hex 4 5D 84 61 1E 0 30 C6 5E 1B
Octal 4 135 204 141 36 0 60 306 136 33
Binary 100 1011101 10000100 1100001 11110 0 110000 11000110 1011110 11011

Color Harmonies of #045D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045D84

Black with #045D84

Text Example


Text Example

White with #045D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045D84; }

 p { color: rgb(4,93,132); }

 H1.HeaderClassName
 {
   color: #045D84;
 }
 .AnyTagClassName
 {
   color: #045D84;
 }
</style>

background-color css

<style>
 a { background-color: #045D84; }

 a { background-color: rgb(4,93,132); }

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

border-color css

<style>
 span { border-color: #045D84; }

 span { border-color: rgb(4,93,132); }

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