#073269

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

Shades of Prussian Blue #073269

Tints of Prussian Blue #073269

Color information

#073269 (or 0x073269) is unknown color: approx Prussian Blue. HEX triplet: 07, 32 and 69. RGB value is (7,50,105). Sum of RGB (Red+Green+Blue) = 7+50+105=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #073269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073269 is #F8CD96. Grayscale: #2B2B2B. Windows color (decimal): -16305559 or 6894087. OLE color: 6894087.

HSL color Cylindrical-coordinate representation of color #073269: hue angle of 213.67º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073269 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB750105-
CMYK0.930.5200.59
HSL213.67º87.5%21.96%-
HSV(B)213.67º93.33%41.18%-
XYZ3.783.3513.81-
YUV43.41162.75102.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.32%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 105 (41.41% from 255) = 64.81%
R=4.32%
G=30.86%
B=64.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7501050.930.5200.59213.6787.521.96
Hex732695D3403Bd65816
Octal7621511356407332613026
Binary11111001011010011011101110100011101111010110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073269; }

 p { color: rgb(7,50,105); }

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

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

 a { background-color: rgb(7,50,105); }

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

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

 span { border-color: rgb(7,50,105); }

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