#013A5F

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

Shades of Prussian Blue #013A5F

Tints of Prussian Blue #013A5F

Color information

#013A5F (or 0x013A5F) is unknown color: approx Prussian Blue. HEX triplet: 01, 3A and 5F. RGB value is (1,58,95). Sum of RGB (Red+Green+Blue) = 1+58+95=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 95 (37.5% from 255 or 61.69% from 154); Max value from RGB is 95 - color contains mainly: blue. Hex color #013A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A5F is #FEC5A0. Grayscale: #2C2C2C. Windows color (decimal): -16696737 or 6240769. OLE color: 6240769.

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

Color convert

RGB15895-
CMYK0.990.3900.63
HSL203.62º97.92%18.82%-
HSV(B)203.62º98.95%37.25%-
XYZ3.593.8611.38-
YUV45.18156.1296.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 58 (23.05% from 255) = 37.66%
BLUE value IS 95 (37.5% from 255) = 61.69%
R=0.65%
G=37.66%
B=61.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal158950.990.3900.63203.6297.9218.82
Hex13A5F632703Fcc6213
Octal1721371434707731414223
Binary111101010111111100011100111011111111001100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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