#013372

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

Shades of Prussian Blue #013372

Tints of Prussian Blue #013372

Color information

#013372 (or 0x013372) is unknown color: approx Prussian Blue. HEX triplet: 01, 33 and 72. RGB value is (1,51,114). Sum of RGB (Red+Green+Blue) = 1+51+114=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 114 (44.92% from 255 or 68.67% from 166); Max value from RGB is 114 - color contains mainly: blue. Hex color #013372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013372 is #FECC8D. Grayscale: #2A2A2A. Windows color (decimal): -16698510 or 7484161. OLE color: 7484161.

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

Color convert

RGB151114-
CMYK0.990.5500.55
HSL213.45º98.26%22.55%-
HSV(B)213.45º99.12%44.71%-
XYZ4.233.5916.39-
YUV43.23167.9497.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 114 (44.92% from 255) = 68.67%
R=0.60%
G=30.72%
B=68.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1511140.990.5500.55213.4598.2622.55
Hex133726337037d56217
Octal1631621436706732514227
Binary111001111100101100011110111011011111010101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013372; }

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

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

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

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

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

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

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

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