#013357

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

Shades of Prussian Blue #013357

Tints of Prussian Blue #013357

Color information

#013357 (or 0x013357) is unknown color: approx Prussian Blue. HEX triplet: 01, 33 and 57. RGB value is (1,51,87). Sum of RGB (Red+Green+Blue) = 1+51+87=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 87 (34.38% from 255 or 62.59% from 139); Max value from RGB is 87 - color contains mainly: blue. Hex color #013357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013357 is #FECCA8. Grayscale: #272727. Windows color (decimal): -16698537 or 5714689. OLE color: 5714689.

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

Color convert

RGB15187-
CMYK0.990.4100.66
HSL205.12º97.73%17.25%-
HSV(B)205.12º98.85%34.12%-
XYZ2.923.069.45-
YUV40.15154.44100.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 51 (20.31% from 255) = 36.69%
BLUE value IS 87 (34.38% from 255) = 62.59%
R=0.72%
G=36.69%
B=62.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal151870.990.4100.66205.1297.7317.25
Hex133576329042cd6211
Octal16312714351010231514221
Binary1110011101011111000111010010100001011001101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013357; }

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

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

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

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

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

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

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

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