#003169

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

Shades of Prussian Blue #003169

Tints of Prussian Blue #003169

Color information

#003169 (or 0x003169) is unknown color: approx Prussian Blue. HEX triplet: 00, 31 and 69. RGB value is (0,49,105). Sum of RGB (Red+Green+Blue) = 0+49+105=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 105 (41.41% from 255 or 68.18% from 154); Max value from RGB is 105 - color contains mainly: blue. Hex color #003169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003169 is #FFCE96. Grayscale: #282828. Windows color (decimal): -16764567 or 6893824. OLE color: 6893824.

HSL color Cylindrical-coordinate representation of color #003169: hue angle of 212º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003169 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB049105-
CMYK10.5300.59
HSL212º100%20.59%-
HSV(B)212º100%41.18%-
XYZ3.653.2213.79-
YUV40.73164.2798.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 105 (41.41% from 255) = 68.18%
R=0%
G=31.82%
B=68.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal04910510.5300.5921210020.59
Hex03169643503Bd46415
Octal0611511446507332414425
Binary011000111010011100100110101011101111010100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003169; }

 p { color: rgb(0,49,105); }

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

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

 a { background-color: rgb(0,49,105); }

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

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

 span { border-color: rgb(0,49,105); }

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