#013654

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

Shades of Prussian Blue #013654

Tints of Prussian Blue #013654

Color information

#013654 (or 0x013654) is unknown color: approx Prussian Blue. HEX triplet: 01, 36 and 54. RGB value is (1,54,84). Sum of RGB (Red+Green+Blue) = 1+54+84=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #013654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013654 is #FEC9AB. Grayscale: #292929. Windows color (decimal): -16697772 or 5518849. OLE color: 5518849.

HSL color Cylindrical-coordinate representation of color #013654: hue angle of 201.69º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013654 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB15484-
CMYK0.990.3600.67
HSL201.69º97.65%16.67%-
HSV(B)201.69º98.81%32.94%-
XYZ2.933.288.87-
YUV41.57151.9499.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 54 (21.48% from 255) = 38.85%
BLUE value IS 84 (33.20% from 255) = 60.43%
R=0.72%
G=38.85%
B=60.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal154840.990.3600.67201.6997.6516.67
Hex136546324043ca6211
Octal16612414344010331214221
Binary1110110101010011000111001000100001111001010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013654; }

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

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

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

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

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

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

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

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