#045E75

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

Shades of Blue Lagoon #045E75

Tints of Blue Lagoon #045E75

Color information

#045E75 (or 0x045E75) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5E and 75. RGB value is (4,94,117). Sum of RGB (Red+Green+Blue) = 4+94+117=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #045E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045E75 is #FBA18A. Grayscale: #454545. Windows color (decimal): -16490891 or 7691780. OLE color: 7691780.

HSL color Cylindrical-coordinate representation of color #045E75: hue angle of 192.21º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045E75 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB494117-
CMYK0.970.2000.54
HSL192.21º93.39%23.73%-
HSV(B)192.21º96.58%45.88%-
XYZ7.269.3218.24-
YUV69.71154.6881.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.86%
GREEN value IS 94 (37.11% from 255) = 43.72%
BLUE value IS 117 (46.09% from 255) = 54.42%
R=1.86%
G=43.72%
B=54.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4941170.970.2000.54192.2193.3923.73
Hex45E756114036c05d18
Octal41361651412406630013530
Binary10010111101110101110000110100011011011000000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,94,117); }

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

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

 a { background-color: rgb(4,94,117); }

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

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

 span { border-color: rgb(4,94,117); }

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