#045A75

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

Shades of Blue Lagoon #045A75

Tints of Blue Lagoon #045A75

Color information

#045A75 (or 0x045A75) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5A and 75. RGB value is (4,90,117). Sum of RGB (Red+Green+Blue) = 4+90+117=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #045A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045A75 is #FBA58A. Grayscale: #434343. Windows color (decimal): -16491915 or 7690756. OLE color: 7690756.

HSL color Cylindrical-coordinate representation of color #045A75: hue angle of 194.34º 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 #045A75 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB490117-
CMYK0.970.2300.54
HSL194.34º93.39%23.73%-
HSV(B)194.34º96.58%45.88%-
XYZ6.928.6218.13-
YUV67.36156.0182.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 90 (35.55% from 255) = 42.65%
BLUE value IS 117 (46.09% from 255) = 55.45%
R=1.90%
G=42.65%
B=55.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4901170.970.2300.54194.3493.3923.73
Hex45A756117036c25d18
Octal41321651412706630213530
Binary10010110101110101110000110111011011011000010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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