#003973

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

Shades of Prussian Blue #003973

Tints of Prussian Blue #003973

Color information

#003973 (or 0x003973) is unknown color: approx Prussian Blue. HEX triplet: 00, 39 and 73. RGB value is (0,57,115). Sum of RGB (Red+Green+Blue) = 0+57+115=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #003973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003973 is #FFC68C. Grayscale: #2E2E2E. Windows color (decimal): -16762509 or 7551232. OLE color: 7551232.

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

Color convert

RGB057115-
CMYK10.5000.55
HSL210.26º100%22.55%-
HSV(B)210.26º100%45.1%-
XYZ4.564.1616.78-
YUV46.57166.6294.78-

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.14%
BLUE value IS 115 (45.31% from 255) = 66.86%
R=0%
G=33.14%
B=66.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal05711510.5000.55210.2610022.55
Hex039736432037d26417
Octal0711631446206732214427
Binary011100111100111100100110010011011111010010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003973; }

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

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

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

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

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

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

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

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