#013e63

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

Shades of Prussian Blue #013E63

Tints of Prussian Blue #013E63

Color information

#013E63 (or 0x013E63) is unknown color: approx Prussian Blue. HEX triplet: 01, 3E and 63. RGB value is (1,62,99). Sum of RGB (Red+Green+Blue) = 1+62+99=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 99 (39.06% from 255 or 61.11% from 162); Max value from RGB is 99 - color contains mainly: blue. Hex color #013E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E63 is #FEC19C. Grayscale: #2F2F2F. Windows color (decimal): -16695709 or 6503937. OLE color: 6503937.

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

Color convert

RGB16299-
CMYK0.990.3700.61
HSL202.65º98%19.61%-
HSV(B)202.65º98.99%38.82%-
XYZ3.994.3512.43-
YUV47.98156.7994.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 62 (24.61% from 255) = 38.27%
BLUE value IS 99 (39.06% from 255) = 61.11%
R=0.62%
G=38.27%
B=61.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal162990.990.3700.61202.659819.61
Hex13E63632503Dcb6214
Octal1761431434507531314224
Binary111111011000111100011100101011110111001011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013e63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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