#045A7D

Color #045A7D Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #045A7D

Tints of Blue Lagoon #045A7D

Color information

#045A7D (or 0x045A7D) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5A and 7D. RGB value is (4,90,125). Sum of RGB (Red+Green+Blue) = 4+90+125=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #045A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045A7D is #FBA582. Grayscale: #444444. Windows color (decimal): -16491907 or 8215044. OLE color: 8215044.

HSL color Cylindrical-coordinate representation of color #045A7D: hue angle of 197.36º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045A7D is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB490125-
CMYK0.970.2800.51
HSL197.36º93.8%25.29%-
HSV(B)197.36º96.8%49.02%-
XYZ7.418.8220.71-
YUV68.28160.0182.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 90 (35.55% from 255) = 41.10%
BLUE value IS 125 (49.22% from 255) = 57.08%
R=1.83%
G=41.10%
B=57.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4901250.970.2800.51197.3693.825.29
Hex45A7D611C033c55e19
Octal41321751413406330513631
Binary10010110101111101110000111100011001111000101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #045A7D;
 }
 .AnyTagClassName
 {
   color: #045A7D;
 }
</style>
background-color css

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

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

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

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

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

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