#013661

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

Shades of Prussian Blue #013661

Tints of Prussian Blue #013661

Color information

#013661 (or 0x013661) is unknown color: approx Prussian Blue. HEX triplet: 01, 36 and 61. RGB value is (1,54,97). Sum of RGB (Red+Green+Blue) = 1+54+97=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 97 (38.28% from 255 or 63.82% from 152); Max value from RGB is 97 - color contains mainly: blue. Hex color #013661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013661 is #FEC99E. Grayscale: #2A2A2A. Windows color (decimal): -16697759 or 6370817. OLE color: 6370817.

HSL color Cylindrical-coordinate representation of color #013661: hue angle of 206.88º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013661 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB15497-
CMYK0.990.4400.62
HSL206.88º97.96%19.22%-
HSV(B)206.88º98.97%38.04%-
XYZ3.493.5111.8-
YUV43.05158.4498-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 54 (21.48% from 255) = 35.53%
BLUE value IS 97 (38.28% from 255) = 63.82%
R=0.66%
G=35.53%
B=63.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal154970.990.4400.62206.8897.9619.22
Hex13661632C03Ecf6213
Octal1661411435407631714223
Binary111011011000011100011101100011111011001111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013661; }

 p { color: rgb(1,54,97); }

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

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

 a { background-color: rgb(1,54,97); }

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

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

 span { border-color: rgb(1,54,97); }

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