#073478

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

Shades of Dark Cerulean #073478

Tints of Dark Cerulean #073478

Color information

#073478 (or 0x073478) is unknown color: approx Dark Cerulean. HEX triplet: 07, 34 and 78. RGB value is (7,52,120). Sum of RGB (Red+Green+Blue) = 7+52+120=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 120 (47.27% from 255 or 67.04% from 179); Max value from RGB is 120 - color contains mainly: blue. Hex color #073478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073478 is #F8CB87. Grayscale: #2D2D2D. Windows color (decimal): -16305032 or 7877639. OLE color: 7877639.

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

Color convert

RGB752120-
CMYK0.940.5700.53
HSL216.11º88.98%24.9%-
HSV(B)216.11º94.17%47.06%-
XYZ4.713.8618.27-
YUV46.3169.5999.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.91%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 120 (47.27% from 255) = 67.04%
R=3.91%
G=29.05%
B=67.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7521200.940.5700.53216.1188.9824.9
Hex734785E39035d85919
Octal7641701367106533013131
Binary11111010011110001011110111001011010111011000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073478; }

 p { color: rgb(7,52,120); }

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

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

 a { background-color: rgb(7,52,120); }

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

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

 span { border-color: rgb(7,52,120); }

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