#003153

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

Shades of Prussian Blue #003153

Tints of Prussian Blue #003153

Color information

#003153 (or 0x003153) is unknown color: approx Prussian Blue. HEX triplet: 00, 31 and 53. RGB value is (0,49,83). Sum of RGB (Red+Green+Blue) = 0+49+83=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #003153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003153 is #FFCEAC. Grayscale: #262626. Windows color (decimal): -16764589 or 5452032. OLE color: 5452032.

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

Color convert

RGB04983-
CMYK10.4100.67
HSL204.58º100%16.27%-
HSV(B)204.58º100%32.55%-
XYZ2.662.828.59-
YUV38.22153.27100.74-

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) = 37.12%
BLUE value IS 83 (32.81% from 255) = 62.88%
R=0%
G=37.12%
B=62.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0498310.4100.67204.5810016.27
Hex031536429043cd6410
Octal06112314451010331514420
Binary0110001101001111001001010010100001111001101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003153; }

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

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

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

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

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

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

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

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