#074579

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

Shades of Dark Cerulean #074579

Tints of Dark Cerulean #074579

Color information

#074579 (or 0x074579) is unknown color: approx Dark Cerulean. HEX triplet: 07, 45 and 79. RGB value is (7,69,121). Sum of RGB (Red+Green+Blue) = 7+69+121=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #074579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074579 is #F8BA86. Grayscale: #383838. Windows color (decimal): -16300679 or 7947527. OLE color: 7947527.

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

Color convert

RGB769121-
CMYK0.940.4300.53
HSL207.37º89.06%25.1%-
HSV(B)207.37º94.21%47.45%-
XYZ5.675.6818.89-
YUV56.39164.4692.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.55%
GREEN value IS 69 (27.34% from 255) = 35.03%
BLUE value IS 121 (47.66% from 255) = 61.42%
R=3.55%
G=35.03%
B=61.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7691210.940.4300.53207.3789.0625.1
Hex745795E2B035cf5919
Octal71051711365306531713131
Binary111100010111110011011110101011011010111001111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074579; }

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

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

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

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

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

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

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

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