#013857

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

Shades of Prussian Blue #013857

Tints of Prussian Blue #013857

Color information

#013857 (or 0x013857) is unknown color: approx Prussian Blue. HEX triplet: 01, 38 and 57. RGB value is (1,56,87). Sum of RGB (Red+Green+Blue) = 1+56+87=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 87 (34.38% from 255 or 60.42% from 144); Max value from RGB is 87 - color contains mainly: blue. Hex color #013857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013857 is #FEC7A8. Grayscale: #2A2A2A. Windows color (decimal): -16697257 or 5715969. OLE color: 5715969.

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

Color convert

RGB15687-
CMYK0.990.3600.66
HSL201.63º97.73%17.25%-
HSV(B)201.63º98.85%34.12%-
XYZ3.153.529.53-
YUV43.09152.7897.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 56 (22.27% from 255) = 38.89%
BLUE value IS 87 (34.38% from 255) = 60.42%
R=0.69%
G=38.89%
B=60.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal156870.990.3600.66201.6397.7317.25
Hex138576324042ca6211
Octal17012714344010231214221
Binary1111000101011111000111001000100001011001010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013857; }

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

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

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

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

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

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

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

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