#013D64

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

Shades of Prussian Blue #013D64

Tints of Prussian Blue #013D64

Color information

#013D64 (or 0x013D64) is unknown color: approx Prussian Blue. HEX triplet: 01, 3D and 64. RGB value is (1,61,100). Sum of RGB (Red+Green+Blue) = 1+61+100=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 100 (39.45% from 255 or 61.73% from 162); Max value from RGB is 100 - color contains mainly: blue. Hex color #013D64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D64 is #FEC29B. Grayscale: #2F2F2F. Windows color (decimal): -16695964 or 6569217. OLE color: 6569217.

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

Color convert

RGB161100-
CMYK0.990.3900.61
HSL203.64º98.02%19.8%-
HSV(B)203.64º99%39.22%-
XYZ3.984.2612.67-
YUV47.51157.6294.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 61 (24.22% from 255) = 37.65%
BLUE value IS 100 (39.45% from 255) = 61.73%
R=0.62%
G=37.65%
B=61.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1611000.990.3900.61203.6498.0219.8
Hex13D64632703Dcc6214
Octal1751441434707531414224
Binary111110111001001100011100111011110111001100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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