#013D63

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

Shades of Prussian Blue #013D63

Tints of Prussian Blue #013D63

Color information

#013D63 (or 0x013D63) is unknown color: approx Prussian Blue. HEX triplet: 01, 3D and 63. RGB value is (1,61,99). Sum of RGB (Red+Green+Blue) = 1+61+99=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 99 (39.06% from 255 or 61.49% from 161); Max value from RGB is 99 - color contains mainly: blue. Hex color #013D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D63 is #FEC29C. Grayscale: #2F2F2F. Windows color (decimal): -16695965 or 6503681. OLE color: 6503681.

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

Color convert

RGB16199-
CMYK0.990.3800.61
HSL203.27º98%19.61%-
HSV(B)203.27º98.99%38.82%-
XYZ3.934.2412.42-
YUV47.39157.1294.91-

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.89%
BLUE value IS 99 (39.06% from 255) = 61.49%
R=0.62%
G=37.89%
B=61.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal161990.990.3800.61203.279819.61
Hex13D63632603Dcb6214
Octal1751431434607531314224
Binary111110111000111100011100110011110111001011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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