#003161

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

Shades of Prussian Blue #003161

Tints of Prussian Blue #003161

Color information

#003161 (or 0x003161) is unknown color: approx Prussian Blue. HEX triplet: 00, 31 and 61. RGB value is (0,49,97). Sum of RGB (Red+Green+Blue) = 0+49+97=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 97 (38.28% from 255 or 66.44% from 146); Max value from RGB is 97 - color contains mainly: blue. Hex color #003161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003161 is #FFCE9E. Grayscale: #272727. Windows color (decimal): -16764575 or 6369536. OLE color: 6369536.

HSL color Cylindrical-coordinate representation of color #003161: hue angle of 209.69º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003161 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB04997-
CMYK10.4900.62
HSL209.69º100%19.02%-
HSV(B)209.69º100%38.04%-
XYZ3.263.0611.73-
YUV39.82160.2799.6-

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) = 33.56%
BLUE value IS 97 (38.28% from 255) = 66.44%
R=0%
G=33.56%
B=66.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0499710.4900.62209.6910019.02
Hex03161643103Ed26413
Octal0611411446107632214423
Binary011000111000011100100110001011111011010010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003161; }

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

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

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

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

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

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

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

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