#013672

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

Shades of Prussian Blue #013672

Tints of Prussian Blue #013672

Color information

#013672 (or 0x013672) is unknown color: approx Prussian Blue. HEX triplet: 01, 36 and 72. RGB value is (1,54,114). Sum of RGB (Red+Green+Blue) = 1+54+114=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #013672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013672 is #FEC98D. Grayscale: #2C2C2C. Windows color (decimal): -16697742 or 7484929. OLE color: 7484929.

HSL color Cylindrical-coordinate representation of color #013672: hue angle of 211.86º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013672 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB154114-
CMYK0.990.5300.55
HSL211.86º98.26%22.55%-
HSV(B)211.86º99.12%44.71%-
XYZ4.373.8616.43-
YUV44.99166.9496.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 54 (21.48% from 255) = 31.95%
BLUE value IS 114 (44.92% from 255) = 67.46%
R=0.59%
G=31.95%
B=67.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1541140.990.5300.55211.8698.2622.55
Hex136726335037d46217
Octal1661621436506732414227
Binary111011011100101100011110101011011111010100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013672; }

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

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

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

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

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

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

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

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