#073763

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

Shades of Prussian Blue #073763

Tints of Prussian Blue #073763

Color information

#073763 (or 0x073763) is unknown color: approx Prussian Blue. HEX triplet: 07, 37 and 63. RGB value is (7,55,99). Sum of RGB (Red+Green+Blue) = 7+55+99=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 99 (39.06% from 255 or 61.49% from 161); Max value from RGB is 99 - color contains mainly: blue. Hex color #073763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073763 is #F8C89C. Grayscale: #2D2D2D. Windows color (decimal): -16304285 or 6502151. OLE color: 6502151.

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

Color convert

RGB75599-
CMYK0.930.4400.61
HSL208.7º86.79%20.78%-
HSV(B)208.7º92.93%38.82%-
XYZ3.713.6812.32-
YUV45.66158.1100.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.35%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 99 (39.06% from 255) = 61.49%
R=4.35%
G=34.16%
B=61.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal755990.930.4400.61208.786.7920.78
Hex737635D2C03Dd15715
Octal7671431355407532112725
Binary11111011111000111011101101100011110111010001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073763; }

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

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

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

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

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

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

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

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