#073a74

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

Shades of Dark Cerulean #073A74

Tints of Dark Cerulean #073A74

Color information

#073A74 (or 0x073A74) is unknown color: approx Dark Cerulean. HEX triplet: 07, 3A and 74. RGB value is (7,58,116). Sum of RGB (Red+Green+Blue) = 7+58+116=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 116 (45.70% from 255 or 64.09% from 181); Max value from RGB is 116 - color contains mainly: blue. Hex color #073A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A74 is #F8C58B. Grayscale: #313131. Windows color (decimal): -16303500 or 7617031. OLE color: 7617031.

HSL color Cylindrical-coordinate representation of color #073A74: hue angle of 211.93º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073A74 is Cyan = 0.94, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB758116-
CMYK0.940.500.55
HSL211.93º88.62%24.12%-
HSV(B)211.93º93.97%45.49%-
XYZ4.754.3317.11-
YUV49.36165.697.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.87%
GREEN value IS 58 (23.05% from 255) = 32.04%
BLUE value IS 116 (45.70% from 255) = 64.09%
R=3.87%
G=32.04%
B=64.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7581160.940.500.55211.9388.6224.12
Hex73A745E32037d45918
Octal7721641366206732413130
Binary11111101011101001011110110010011011111010100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073a74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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