#073A78

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

Shades of Dark Cerulean #073A78

Tints of Dark Cerulean #073A78

Color information

#073A78 (or 0x073A78) is unknown color: approx Dark Cerulean. HEX triplet: 07, 3A and 78. RGB value is (7,58,120). Sum of RGB (Red+Green+Blue) = 7+58+120=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #073A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A78 is #F8C587. Grayscale: #313131. Windows color (decimal): -16303496 or 7879175. OLE color: 7879175.

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

Color convert

RGB758120-
CMYK0.940.5200.53
HSL212.92º88.98%24.9%-
HSV(B)212.92º94.17%47.06%-
XYZ4.994.4318.36-
YUV49.82167.697.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.78%
GREEN value IS 58 (23.05% from 255) = 31.35%
BLUE value IS 120 (47.27% from 255) = 64.86%
R=3.78%
G=31.35%
B=64.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7581200.940.5200.53212.9288.9824.9
Hex73A785E34035d55919
Octal7721701366406532513131
Binary11111101011110001011110110100011010111010101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073A78; }

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

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

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

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

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

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

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

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