#013859

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

Shades of Prussian Blue #013859

Tints of Prussian Blue #013859

Color information

#013859 (or 0x013859) is unknown color: approx Prussian Blue. HEX triplet: 01, 38 and 59. RGB value is (1,56,89). Sum of RGB (Red+Green+Blue) = 1+56+89=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #013859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013859 is #FEC7A6. Grayscale: #2B2B2B. Windows color (decimal): -16697255 or 5847041. OLE color: 5847041.

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

Color convert

RGB15689-
CMYK0.990.3700.65
HSL202.5º97.78%17.65%-
HSV(B)202.5º98.88%34.9%-
XYZ3.233.569.97-
YUV43.32153.7897.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 56 (22.27% from 255) = 38.36%
BLUE value IS 89 (35.16% from 255) = 60.96%
R=0.68%
G=38.36%
B=60.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal156890.990.3700.65202.597.7817.65
Hex138596325041ca6212
Octal17013114345010131214222
Binary1111000101100111000111001010100000111001010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013859; }

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

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

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

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

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

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

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

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