#003953

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

Shades of Prussian Blue #003953

Tints of Prussian Blue #003953

Color information

#003953 (or 0x003953) is unknown color: approx Prussian Blue. HEX triplet: 00, 39 and 53. RGB value is (0,57,83). Sum of RGB (Red+Green+Blue) = 0+57+83=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #003953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003953 is #FFC6AC. Grayscale: #2A2A2A. Windows color (decimal): -16762541 or 5454080. OLE color: 5454080.

HSL color Cylindrical-coordinate representation of color #003953: hue angle of 198.8º 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 #003953 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB05783-
CMYK10.3100.67
HSL198.8º100%16.27%-
HSV(B)198.8º100%32.55%-
XYZ3.023.558.71-
YUV42.92150.6297.39-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0578310.3100.67198.810016.27
Hex03953641F043c76410
Octal07112314437010330714420
Binary011100110100111100100111110100001111000111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003953; }

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

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

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

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

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

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

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

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