#013659

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

Shades of Prussian Blue #013659

Tints of Prussian Blue #013659

Color information

#013659 (or 0x013659) is unknown color: approx Prussian Blue. HEX triplet: 01, 36 and 59. RGB value is (1,54,89). Sum of RGB (Red+Green+Blue) = 1+54+89=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #013659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013659 is #FEC9A6. Grayscale: #292929. Windows color (decimal): -16697767 or 5846529. OLE color: 5846529.

HSL color Cylindrical-coordinate representation of color #013659: hue angle of 203.86º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013659 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB15489-
CMYK0.990.3900.65
HSL203.86º97.78%17.65%-
HSV(B)203.86º98.88%34.9%-
XYZ3.133.379.94-
YUV42.14154.4498.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 54 (21.48% from 255) = 37.5%
BLUE value IS 89 (35.16% from 255) = 61.81%
R=0.69%
G=37.5%
B=61.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal154890.990.3900.65203.8697.7817.65
Hex136596327041cc6212
Octal16613114347010131414222
Binary1110110101100111000111001110100000111001100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013659; }

 p { color: rgb(1,54,89); }

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

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

 a { background-color: rgb(1,54,89); }

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

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

 span { border-color: rgb(1,54,89); }

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