#045A71

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

Shades of Blue Lagoon #045A71

Tints of Blue Lagoon #045A71

Color information

#045A71 (or 0x045A71) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5A and 71. RGB value is (4,90,113). Sum of RGB (Red+Green+Blue) = 4+90+113=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #045A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045A71 is #FBA58E. Grayscale: #424242. Windows color (decimal): -16491919 or 7428612. OLE color: 7428612.

HSL color Cylindrical-coordinate representation of color #045A71: hue angle of 192.66º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045A71 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB490113-
CMYK0.960.2000.56
HSL192.66º93.16%22.94%-
HSV(B)192.66º96.46%44.31%-
XYZ6.698.5316.92-
YUV66.91154.0183.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.93%
GREEN value IS 90 (35.55% from 255) = 43.48%
BLUE value IS 113 (44.53% from 255) = 54.59%
R=1.93%
G=43.48%
B=54.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4901130.960.2000.56192.6693.1622.94
Hex45A716014038c15d17
Octal41321611402407030113527
Binary10010110101110001110000010100011100011000001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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