#045A72

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

Shades of Blue Lagoon #045A72

Tints of Blue Lagoon #045A72

Color information

#045A72 (or 0x045A72) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5A and 72. RGB value is (4,90,114). Sum of RGB (Red+Green+Blue) = 4+90+114=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #045A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045A72 is #FBA58D. Grayscale: #424242. Windows color (decimal): -16491918 or 7494148. OLE color: 7494148.

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

Color convert

RGB490114-
CMYK0.960.2100.55
HSL193.09º93.22%23.14%-
HSV(B)193.09º96.49%44.71%-
XYZ6.748.5517.22-
YUV67.02154.5183.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 90 (35.55% from 255) = 43.27%
BLUE value IS 114 (44.92% from 255) = 54.81%
R=1.92%
G=43.27%
B=54.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4901140.960.2100.55193.0993.2223.14
Hex45A726015037c15d17
Octal41321621402506730113527
Binary10010110101110010110000010101011011111000001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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