#003971

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

Shades of Prussian Blue #003971

Tints of Prussian Blue #003971

Color information

#003971 (or 0x003971) is unknown color: approx Prussian Blue. HEX triplet: 00, 39 and 71. RGB value is (0,57,113). Sum of RGB (Red+Green+Blue) = 0+57+113=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #003971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003971 is #FFC68E. Grayscale: #2E2E2E. Windows color (decimal): -16762511 or 7420160. OLE color: 7420160.

HSL color Cylindrical-coordinate representation of color #003971: hue angle of 209.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003971 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB057113-
CMYK10.5000.56
HSL209.73º100%22.16%-
HSV(B)209.73º100%44.31%-
XYZ4.444.1216.18-
YUV46.34165.6294.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 113 (44.53% from 255) = 66.47%
R=0%
G=33.53%
B=66.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal05711310.5000.56209.7310022.16
Hex039716432038d26416
Octal0711611446207032214426
Binary011100111100011100100110010011100011010010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003971; }

 p { color: rgb(0,57,113); }

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

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

 a { background-color: rgb(0,57,113); }

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

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

 span { border-color: rgb(0,57,113); }

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