#073669

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

Shades of Prussian Blue #073669

Tints of Prussian Blue #073669

Color information

#073669 (or 0x073669) is unknown color: approx Prussian Blue. HEX triplet: 07, 36 and 69. RGB value is (7,54,105). Sum of RGB (Red+Green+Blue) = 7+54+105=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #073669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073669 is #F8C996. Grayscale: #2D2D2D. Windows color (decimal): -16304535 or 6895111. OLE color: 6895111.

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

Color convert

RGB754105-
CMYK0.930.4900.59
HSL211.22º87.5%21.96%-
HSV(B)211.22º93.33%41.18%-
XYZ3.963.713.87-
YUV45.76161.43100.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.22%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 105 (41.41% from 255) = 63.25%
R=4.22%
G=32.53%
B=63.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7541050.930.4900.59211.2287.521.96
Hex736695D3103Bd35816
Octal7661511356107332313026
Binary11111011011010011011101110001011101111010011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073669; }

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

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

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

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

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

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

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

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