#013572

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

Shades of Prussian Blue #013572

Tints of Prussian Blue #013572

Color information

#013572 (or 0x013572) is unknown color: approx Prussian Blue. HEX triplet: 01, 35 and 72. RGB value is (1,53,114). Sum of RGB (Red+Green+Blue) = 1+53+114=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #013572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013572 is #FECA8D. Grayscale: #2C2C2C. Windows color (decimal): -16697998 or 7484673. OLE color: 7484673.

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

Color convert

RGB153114-
CMYK0.990.5400.55
HSL212.39º98.26%22.55%-
HSV(B)212.39º99.12%44.71%-
XYZ4.323.7716.42-
YUV44.41167.2797.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 53 (21.09% from 255) = 31.55%
BLUE value IS 114 (44.92% from 255) = 67.86%
R=0.60%
G=31.55%
B=67.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1531140.990.5400.55212.3998.2622.55
Hex135726336037d46217
Octal1651621436606732414227
Binary111010111100101100011110110011011111010100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013572; }

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

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

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

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

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

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

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

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