#075579

Color #075579 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #075579

Tints of Dark Cerulean #075579

Color information

#075579 (or 0x075579) is unknown color: approx Dark Cerulean. HEX triplet: 07, 55 and 79. RGB value is (7,85,121). Sum of RGB (Red+Green+Blue) = 7+85+121=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #075579 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075579 is #F8AA86. Grayscale: #414141. Windows color (decimal): -16296583 or 7951623. OLE color: 7951623.

HSL color Cylindrical-coordinate representation of color #075579: hue angle of 198.95º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075579 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB785121-
CMYK0.940.3000.53
HSL198.95º89.06%25.1%-
HSV(B)198.95º94.21%47.45%-
XYZ6.797.9219.26-
YUV65.78159.1686.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.29%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 121 (47.66% from 255) = 56.81%
R=3.29%
G=39.91%
B=56.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7851210.940.3000.53198.9589.0625.1
Hex755795E1E035c75919
Octal71251711363606530713131
Binary11110101011111001101111011110011010111000111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075579; }

 p { color: rgb(7,85,121); }

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

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

 a { background-color: rgb(7,85,121); }

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

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

 span { border-color: rgb(7,85,121); }

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