Html Css Color HEX #045A80 Blue Lagoon

📋 copy color: '#045A80'

red 4 ◦ green 90 ◦ blue 128

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

Shades of Blue Lagoon #045A80

Tints of Blue Lagoon #045A80

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.54%

 BLUE value IS 128 (50.39% from 255) = 57.66%

R = 1.8%
G = 40.54%
B = 57.66%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#045A80 (or 0x045A80) is known color: Blue Lagoon. HEX triplet: 04, 5A and 80. RGB value is (4,90,128). Sum of RGB (Red+Green+Blue) = 4+90+128=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #045A80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045A80 is #FBA57F. Grayscale: #444444. Windows color (decimal): -16491904 or 8411652. OLE color: 8411652.

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

Color convert

RGB 4 90 128 -
CMYK 0.97 0.30 0 0.50
HSL 198.39º 0.94% 0.26% -
HSV(B) 198.39º 0.97% 0.5% -
XYZ 7.6 8.9 21.74 -
YUV 68.62 161.51 81.91 -
System Red Green Blue C M Y K H S L
Decimal 4 90 128 0.97 0.30 0 0.50 198.39 0.94 0.26
Hex 4 5A 80 61 1E 0 32 C6 5E 1A
Octal 4 132 200 141 36 0 62 306 136 32
Binary 100 1011010 10000000 1100001 11110 0 110010 11000110 1011110 11010

Color Harmonies of #045A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045A80

Black with #045A80

Text Example


Text Example

White with #045A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,90,128); }

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

background-color css

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

 a { background-color: rgb(4,90,128); }

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

border-color css

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

 span { border-color: rgb(4,90,128); }

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