#075479

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

Shades of Dark Cerulean #075479

Tints of Dark Cerulean #075479

Color information

#075479 (or 0x075479) is unknown color: approx Dark Cerulean. HEX triplet: 07, 54 and 79. RGB value is (7,84,121). Sum of RGB (Red+Green+Blue) = 7+84+121=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #075479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075479 is #F8AB86. Grayscale: #404040. Windows color (decimal): -16296839 or 7951367. OLE color: 7951367.

HSL color Cylindrical-coordinate representation of color #075479: hue angle of 199.47º 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 #075479 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB784121-
CMYK0.940.3100.53
HSL199.47º89.06%25.1%-
HSV(B)199.47º94.21%47.45%-
XYZ6.717.7719.23-
YUV65.19159.4986.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.30%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 121 (47.66% from 255) = 57.08%
R=3.30%
G=39.62%
B=57.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7841210.940.3100.53199.4789.0625.1
Hex754795E1F035c75919
Octal71241711363706530713131
Binary11110101001111001101111011111011010111000111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075479; }

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

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

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

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

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

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

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

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