#013957

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

Shades of Prussian Blue #013957

Tints of Prussian Blue #013957

Color information

#013957 (or 0x013957) is unknown color: approx Prussian Blue. HEX triplet: 01, 39 and 57. RGB value is (1,57,87). Sum of RGB (Red+Green+Blue) = 1+57+87=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #013957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013957 is #FEC6A8. Grayscale: #2B2B2B. Windows color (decimal): -16697001 or 5716225. OLE color: 5716225.

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

Color convert

RGB15787-
CMYK0.990.3400.66
HSL200.93º97.73%17.25%-
HSV(B)200.93º98.85%34.12%-
XYZ3.23.629.55-
YUV43.68152.4597.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 57 (22.66% from 255) = 39.31%
BLUE value IS 87 (34.38% from 255) = 60%
R=0.69%
G=39.31%
B=60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal157870.990.3400.66200.9397.7317.25
Hex139576322042c96211
Octal17112714342010231114221
Binary1111001101011111000111000100100001011001001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013957; }

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

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

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

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

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

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

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

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