#013157

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

Shades of Prussian Blue #013157

Tints of Prussian Blue #013157

Color information

#013157 (or 0x013157) is unknown color: approx Prussian Blue. HEX triplet: 01, 31 and 57. RGB value is (1,49,87). Sum of RGB (Red+Green+Blue) = 1+49+87=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 87 (34.38% from 255 or 63.50% from 137); Max value from RGB is 87 - color contains mainly: blue. Hex color #013157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013157 is #FECEA8. Grayscale: #262626. Windows color (decimal): -16699049 or 5714177. OLE color: 5714177.

HSL color Cylindrical-coordinate representation of color #013157: hue angle of 206.51º 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 #013157 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB14987-
CMYK0.990.4400.66
HSL206.51º97.73%17.25%-
HSV(B)206.51º98.85%34.12%-
XYZ2.832.899.43-
YUV38.98155.1100.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.73%
GREEN value IS 49 (19.53% from 255) = 35.77%
BLUE value IS 87 (34.38% from 255) = 63.50%
R=0.73%
G=35.77%
B=63.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal149870.990.4400.66206.5197.7317.25
Hex13157632C042cf6211
Octal16112714354010231714221
Binary1110001101011111000111011000100001011001111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013157; }

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

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

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

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

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

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

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

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