#013B5D

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

Shades of Prussian Blue #013B5D

Tints of Prussian Blue #013B5D

Color information

#013B5D (or 0x013B5D) is unknown color: approx Prussian Blue. HEX triplet: 01, 3B and 5D. RGB value is (1,59,93). Sum of RGB (Red+Green+Blue) = 1+59+93=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #013B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B5D is #FEC4A2. Grayscale: #2D2D2D. Windows color (decimal): -16696483 or 6109953. OLE color: 6109953.

HSL color Cylindrical-coordinate representation of color #013B5D: hue angle of 202.17º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013B5D is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB15993-
CMYK0.990.3700.64
HSL202.17º97.87%18.43%-
HSV(B)202.17º98.92%36.47%-
XYZ3.553.9210.93-
YUV45.53154.7896.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 59 (23.44% from 255) = 38.56%
BLUE value IS 93 (36.72% from 255) = 60.78%
R=0.65%
G=38.56%
B=60.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal159930.990.3700.64202.1797.8718.43
Hex13B5D6325040ca6212
Octal17313514345010031214222
Binary1111011101110111000111001010100000011001010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,59,93); }

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

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

 a { background-color: rgb(1,59,93); }

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

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

 span { border-color: rgb(1,59,93); }

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