#073d63

Color #073D63 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #073D63

Tints of Prussian Blue #073D63

Color information

#073D63 (or 0x073D63) is unknown color: approx Prussian Blue. HEX triplet: 07, 3D and 63. RGB value is (7,61,99). Sum of RGB (Red+Green+Blue) = 7+61+99=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #073D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073D63 is #F8C29C. Grayscale: #303030. Windows color (decimal): -16302749 or 6503687. OLE color: 6503687.

HSL color Cylindrical-coordinate representation of color #073D63: hue angle of 204.78º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073D63 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB76199-
CMYK0.930.3800.61
HSL204.78º86.79%20.78%-
HSV(B)204.78º92.93%38.82%-
XYZ4.014.2812.42-
YUV49.19156.1197.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.19%
GREEN value IS 61 (24.22% from 255) = 36.53%
BLUE value IS 99 (39.06% from 255) = 59.28%
R=4.19%
G=36.53%
B=59.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal761990.930.3800.61204.7886.7920.78
Hex73D635D2603Dcd5715
Octal7751431354607531512725
Binary11111110111000111011101100110011110111001101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073d63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,61,99); }

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

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

 a { background-color: rgb(7,61,99); }

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

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

 span { border-color: rgb(7,61,99); }

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