#013A5D

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

Shades of Prussian Blue #013A5D

Tints of Prussian Blue #013A5D

Color information

#013A5D (or 0x013A5D) is unknown color: approx Prussian Blue. HEX triplet: 01, 3A and 5D. RGB value is (1,58,93). Sum of RGB (Red+Green+Blue) = 1+58+93=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #013A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A5D is #FEC5A2. Grayscale: #2C2C2C. Windows color (decimal): -16696739 or 6109697. OLE color: 6109697.

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

Color convert

RGB15893-
CMYK0.990.3800.64
HSL202.83º97.87%18.43%-
HSV(B)202.83º98.92%36.47%-
XYZ3.53.8210.91-
YUV44.95155.1296.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 58 (23.05% from 255) = 38.16%
BLUE value IS 93 (36.72% from 255) = 61.18%
R=0.66%
G=38.16%
B=61.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal158930.990.3800.64202.8397.8718.43
Hex13A5D6326040cb6212
Octal17213514346010031314222
Binary1111010101110111000111001100100000011001011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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