#045D85

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

Shades of Blue Lagoon #045D85

Tints of Blue Lagoon #045D85

Color information

#045D85 (or 0x045D85) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5D and 85. RGB value is (4,93,133). Sum of RGB (Red+Green+Blue) = 4+93+133=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #045D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045D85 is #FBA27A. Grayscale: #464646. Windows color (decimal): -16491131 or 8740100. OLE color: 8740100.

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

Color convert

RGB493133-
CMYK0.970.3000.48
HSL198.6º94.16%26.86%-
HSV(B)198.6º96.99%52.16%-
XYZ8.29.5523.6-
YUV70.95163.0180.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.74%
GREEN value IS 93 (36.72% from 255) = 40.43%
BLUE value IS 133 (52.34% from 255) = 57.83%
R=1.74%
G=40.43%
B=57.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4931330.970.3000.48198.694.1626.86
Hex45D85611E030c75e1b
Octal41352051413606030713633
Binary100101110110000101110000111110011000011000111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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