#013655

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

Shades of Prussian Blue #013655

Tints of Prussian Blue #013655

Color information

#013655 (or 0x013655) is unknown color: approx Prussian Blue. HEX triplet: 01, 36 and 55. RGB value is (1,54,85). Sum of RGB (Red+Green+Blue) = 1+54+85=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #013655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013655 is #FEC9AA. Grayscale: #292929. Windows color (decimal): -16697771 or 5584385. OLE color: 5584385.

HSL color Cylindrical-coordinate representation of color #013655: hue angle of 202.14º 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 #013655 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB15485-
CMYK0.990.3600.67
HSL202.14º97.67%16.86%-
HSV(B)202.14º98.82%33.33%-
XYZ2.973.39.07-
YUV41.69152.4498.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 54 (21.48% from 255) = 38.57%
BLUE value IS 85 (33.59% from 255) = 60.71%
R=0.71%
G=38.57%
B=60.71%

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
Decimal154850.990.3600.67202.1497.6716.86
Hex136556324043ca6211
Octal16612514344010331214221
Binary1110110101010111000111001000100001111001010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013655; }

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

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

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

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

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

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

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

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