#023573

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

Shades of Prussian Blue #023573

Tints of Prussian Blue #023573

Color information

#023573 (or 0x023573) is unknown color: approx Prussian Blue. HEX triplet: 02, 35 and 73. RGB value is (2,53,115). Sum of RGB (Red+Green+Blue) = 2+53+115=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 53 (21.09% from 255 or 31.18% 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 #023573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023573 is #FDCA8C. Grayscale: #2C2C2C. Windows color (decimal): -16632461 or 7550210. OLE color: 7550210.

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

Color convert

RGB253115-
CMYK0.980.5400.55
HSL212.92º96.58%22.94%-
HSV(B)212.92º98.26%45.1%-
XYZ4.393.816.72-
YUV44.82167.697.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 53 (21.09% from 255) = 31.18%
BLUE value IS 115 (45.31% from 255) = 67.65%
R=1.18%
G=31.18%
B=67.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2531150.980.5400.55212.9296.5822.94
Hex235736236037d56117
Octal2651631426606732514127
Binary1011010111100111100010110110011011111010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023573; }

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

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

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

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

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

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

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

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