#013A57

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

Shades of Prussian Blue #013A57

Tints of Prussian Blue #013A57

Color information

#013A57 (or 0x013A57) is unknown color: approx Prussian Blue. HEX triplet: 01, 3A and 57. RGB value is (1,58,87). Sum of RGB (Red+Green+Blue) = 1+58+87=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 87 (34.38% from 255 or 59.59% from 146); Max value from RGB is 87 - color contains mainly: blue. Hex color #013A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A57 is #FEC5A8. Grayscale: #2C2C2C. Windows color (decimal): -16696745 or 5716481. OLE color: 5716481.

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

Color convert

RGB15887-
CMYK0.990.3300.66
HSL200.23º97.73%17.25%-
HSV(B)200.23º98.85%34.12%-
XYZ3.253.729.56-
YUV44.26152.1297.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 58 (23.05% from 255) = 39.73%
BLUE value IS 87 (34.38% from 255) = 59.59%
R=0.68%
G=39.73%
B=59.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal158870.990.3300.66200.2397.7317.25
Hex13A576321042c86211
Octal17212714341010231014221
Binary1111010101011111000111000010100001011001000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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