#075472

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

Shades of Blue Lagoon #075472

Tints of Blue Lagoon #075472

Color information

#075472 (or 0x075472) is unknown color: approx Blue Lagoon. HEX triplet: 07, 54 and 72. RGB value is (7,84,114). Sum of RGB (Red+Green+Blue) = 7+84+114=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #075472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075472 is #F8AB8D. Grayscale: #404040. Windows color (decimal): -16296846 or 7492615. OLE color: 7492615.

HSL color Cylindrical-coordinate representation of color #075472: hue angle of 196.82º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075472 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB784114-
CMYK0.940.2600.55
HSL196.82º88.43%23.73%-
HSV(B)196.82º93.86%44.71%-
XYZ6.37.617.05-
YUV64.4155.9987.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.41%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 114 (44.92% from 255) = 55.61%
R=3.41%
G=40.98%
B=55.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7841140.940.2600.55196.8288.4323.73
Hex754725E1A037c55818
Octal71241621363206730513030
Binary11110101001110010101111011010011011111000101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075472; }

 p { color: rgb(7,84,114); }

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

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

 a { background-color: rgb(7,84,114); }

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

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

 span { border-color: rgb(7,84,114); }

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