#013257

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

Shades of Prussian Blue #013257

Tints of Prussian Blue #013257

Color information

#013257 (or 0x013257) is unknown color: approx Prussian Blue. HEX triplet: 01, 32 and 57. RGB value is (1,50,87). Sum of RGB (Red+Green+Blue) = 1+50+87=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 87 (34.38% from 255 or 63.04% from 138); Max value from RGB is 87 - color contains mainly: blue. Hex color #013257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013257 is #FECDA8. Grayscale: #272727. Windows color (decimal): -16698793 or 5714433. OLE color: 5714433.

HSL color Cylindrical-coordinate representation of color #013257: hue angle of 205.81º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013257 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB15087-
CMYK0.990.4300.66
HSL205.81º97.73%17.25%-
HSV(B)205.81º98.85%34.12%-
XYZ2.872.989.44-
YUV39.57154.77100.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 87 (34.38% from 255) = 63.04%
R=0.72%
G=36.23%
B=63.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal150870.990.4300.66205.8197.7317.25
Hex13257632B042ce6211
Octal16212714353010231614221
Binary1110010101011111000111010110100001011001110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013257; }

 p { color: rgb(1,50,87); }

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

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

 a { background-color: rgb(1,50,87); }

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

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

 span { border-color: rgb(1,50,87); }

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