#013D59

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

Shades of Prussian Blue #013D59

Tints of Prussian Blue #013D59

Color information

#013D59 (or 0x013D59) is unknown color: approx Prussian Blue. HEX triplet: 01, 3D and 59. RGB value is (1,61,89). Sum of RGB (Red+Green+Blue) = 1+61+89=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #013D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D59 is #FEC2A6. Grayscale: #2E2E2E. Windows color (decimal): -16695975 or 5848321. OLE color: 5848321.

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

Color convert

RGB16189-
CMYK0.990.3100.65
HSL199.09º97.78%17.65%-
HSV(B)199.09º98.88%34.9%-
XYZ3.484.0710.05-
YUV46.25152.1295.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 61 (24.22% from 255) = 40.40%
BLUE value IS 89 (35.16% from 255) = 58.94%
R=0.66%
G=40.40%
B=58.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal161890.990.3100.65199.0997.7817.65
Hex13D59631F041c76212
Octal17513114337010130714222
Binary111110110110011100011111110100000111000111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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