#013A5C

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

Shades of Prussian Blue #013A5C

Tints of Prussian Blue #013A5C

Color information

#013A5C (or 0x013A5C) is unknown color: approx Prussian Blue. HEX triplet: 01, 3A and 5C. RGB value is (1,58,92). Sum of RGB (Red+Green+Blue) = 1+58+92=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #013A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A5C is #FEC5A3. Grayscale: #2C2C2C. Windows color (decimal): -16696740 or 6044161. OLE color: 6044161.

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

Color convert

RGB15892-
CMYK0.990.3700.64
HSL202.42º97.85%18.24%-
HSV(B)202.42º98.91%36.08%-
XYZ3.463.8110.68-
YUV44.83154.6296.74-

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.41%
BLUE value IS 92 (36.33% from 255) = 60.93%
R=0.66%
G=38.41%
B=60.93%

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
Decimal158920.990.3700.64202.4297.8518.24
Hex13A5C6325040ca6212
Octal17213414345010031214222
Binary1111010101110011000111001010100000011001010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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