#073B63

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

Shades of Prussian Blue #073B63

Tints of Prussian Blue #073B63

Color information

#073B63 (or 0x073B63) is unknown color: approx Prussian Blue. HEX triplet: 07, 3B and 63. RGB value is (7,59,99). Sum of RGB (Red+Green+Blue) = 7+59+99=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 99 (39.06% from 255 or 60% from 165); Max value from RGB is 99 - color contains mainly: blue. Hex color #073B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073B63 is #F8C49C. Grayscale: #2F2F2F. Windows color (decimal): -16303261 or 6503175. OLE color: 6503175.

HSL color Cylindrical-coordinate representation of color #073B63: hue angle of 206.09º 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 #073B63 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB75999-
CMYK0.930.4000.61
HSL206.09º86.79%20.78%-
HSV(B)206.09º92.93%38.82%-
XYZ3.94.0712.38-
YUV48.01156.7798.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.24%
GREEN value IS 59 (23.44% from 255) = 35.76%
BLUE value IS 99 (39.06% from 255) = 60%
R=4.24%
G=35.76%
B=60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal759990.930.4000.61206.0986.7920.78
Hex73B635D2803Dce5715
Octal7731431355007531612725
Binary11111101111000111011101101000011110111001110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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