#023571

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

Shades of Prussian Blue #023571

Tints of Prussian Blue #023571

Color information

#023571 (or 0x023571) is unknown color: approx Prussian Blue. HEX triplet: 02, 35 and 71. RGB value is (2,53,113). Sum of RGB (Red+Green+Blue) = 2+53+113=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #023571 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023571 is #FDCA8E. Grayscale: #2C2C2C. Windows color (decimal): -16632463 or 7419138. OLE color: 7419138.

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

Color convert

RGB253113-
CMYK0.980.5300.56
HSL212.43º96.52%22.55%-
HSV(B)212.43º98.23%44.31%-
XYZ4.283.7516.12-
YUV44.59166.697.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.19%
GREEN value IS 53 (21.09% from 255) = 31.55%
BLUE value IS 113 (44.53% from 255) = 67.26%
R=1.19%
G=31.55%
B=67.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2531130.980.5300.56212.4396.5222.55
Hex235716235038d46117
Octal2651611426507032414127
Binary1011010111100011100010110101011100011010100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023571; }

 p { color: rgb(2,53,113); }

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

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

 a { background-color: rgb(2,53,113); }

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

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

 span { border-color: rgb(2,53,113); }

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