Html Css Color HEX #045D6D Blue Lagoon

📋 copy color: '#045D6D'

red 4 ◦ green 93 ◦ blue 109

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

Shades of Blue Lagoon #045D6D

Tints of Blue Lagoon #045D6D

RGB

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

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

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

R = 1.94%
G = 45.15%
B = 52.91%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#045D6D (or 0x045D6D) is known color: Blue Lagoon. HEX triplet: 04, 5D and 6D. RGB value is (4,93,109). Sum of RGB (Red+Green+Blue) = 4+93+109=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #045D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045D6D is #FBA292. Grayscale: #444444. Windows color (decimal): -16491155 or 7167236. OLE color: 7167236.

HSL color Cylindrical-coordinate representation of color #045D6D: hue angle of 189.14º 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 #045D6D is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 4 93 109 -
CMYK 0.96 0.15 0 0.57
HSL 189.14º 0.93% 0.22% -
HSV(B) 189.14º 0.96% 0.43% -
XYZ 6.72 8.96 15.84 -
YUV 68.21 151.01 82.2 -
System Red Green Blue C M Y K H S L
Decimal 4 93 109 0.96 0.15 0 0.57 189.14 0.93 0.22
Hex 4 5D 6D 60 F 0 39 BD 5D 16
Octal 4 135 155 140 17 0 71 275 135 26
Binary 100 1011101 1101101 1100000 1111 0 111001 10111101 1011101 10110

Color Harmonies of #045D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045D6D

Black with #045D6D

Text Example


Text Example

White with #045D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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