#013D57

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

Shades of Prussian Blue #013D57

Tints of Prussian Blue #013D57

Color information

#013D57 (or 0x013D57) is unknown color: approx Prussian Blue. HEX triplet: 01, 3D and 57. RGB value is (1,61,87). Sum of RGB (Red+Green+Blue) = 1+61+87=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 87 (34.38% from 255 or 58.39% from 149); Max value from RGB is 87 - color contains mainly: blue. Hex color #013D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D57 is #FEC2A8. Grayscale: #2D2D2D. Windows color (decimal): -16695977 or 5717249. OLE color: 5717249.

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

Color convert

RGB16187-
CMYK0.990.3000.66
HSL198.14º97.73%17.25%-
HSV(B)198.14º98.85%34.12%-
XYZ3.44.039.62-
YUV46.02151.1295.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 61 (24.22% from 255) = 40.94%
BLUE value IS 87 (34.38% from 255) = 58.39%
R=0.67%
G=40.94%
B=58.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal161870.990.3000.66198.1497.7317.25
Hex13D57631E042c66211
Octal17512714336010230614221
Binary111110110101111100011111100100001011000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013D57; }

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

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

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

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

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

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

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

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