#013673

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

Shades of Prussian Blue #013673

Tints of Prussian Blue #013673

Color information

#013673 (or 0x013673) is unknown color: approx Prussian Blue. HEX triplet: 01, 36 and 73. RGB value is (1,54,115). Sum of RGB (Red+Green+Blue) = 1+54+115=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 115 (45.31% from 255 or 67.65% from 170); Max value from RGB is 115 - color contains mainly: blue. Hex color #013673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013673 is #FEC98C. Grayscale: #2C2C2C. Windows color (decimal): -16697741 or 7550465. OLE color: 7550465.

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

Color convert

RGB154115-
CMYK0.990.5300.55
HSL212.11º98.28%22.75%-
HSV(B)212.11º99.13%45.1%-
XYZ4.433.8816.74-
YUV45.11167.4496.54-

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.76%
BLUE value IS 115 (45.31% from 255) = 67.65%
R=0.59%
G=31.76%
B=67.65%

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
Decimal1541150.990.5300.55212.1198.2822.75
Hex136736335037d46217
Octal1661631436506732414227
Binary111011011100111100011110101011011111010100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013673; }

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

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

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

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

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

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

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

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