#013653

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

Shades of Prussian Blue #013653

Tints of Prussian Blue #013653

Color information

#013653 (or 0x013653) is unknown color: approx Prussian Blue. HEX triplet: 01, 36 and 53. RGB value is (1,54,83). Sum of RGB (Red+Green+Blue) = 1+54+83=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #013653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013653 is #FEC9AC. Grayscale: #292929. Windows color (decimal): -16697773 or 5453313. OLE color: 5453313.

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

Color convert

RGB15483-
CMYK0.990.3500.67
HSL201.22º97.62%16.47%-
HSV(B)201.22º98.8%32.55%-
XYZ2.893.278.66-
YUV41.46151.4499.14-

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) = 39.13%
BLUE value IS 83 (32.81% from 255) = 60.14%
R=0.72%
G=39.13%
B=60.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal154830.990.3500.67201.2297.6216.47
Hex136536323043c96210
Octal16612314343010331114220
Binary1110110101001111000111000110100001111001001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013653; }

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

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

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

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

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

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

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

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