#023873

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

Shades of Prussian Blue #023873

Tints of Prussian Blue #023873

Color information

#023873 (or 0x023873) is unknown color: approx Prussian Blue. HEX triplet: 02, 38 and 73. RGB value is (2,56,115). Sum of RGB (Red+Green+Blue) = 2+56+115=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 115 (45.31% from 255 or 66.47% from 173); Max value from RGB is 115 - color contains mainly: blue. Hex color #023873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023873 is #FDC78C. Grayscale: #2E2E2E. Windows color (decimal): -16631693 or 7550978. OLE color: 7550978.

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

Color convert

RGB256115-
CMYK0.980.5100.55
HSL211.33º96.58%22.94%-
HSV(B)211.33º98.26%45.1%-
XYZ4.534.0816.77-
YUV46.58166.6196.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 56 (22.27% from 255) = 32.37%
BLUE value IS 115 (45.31% from 255) = 66.47%
R=1.16%
G=32.37%
B=66.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2561150.980.5100.55211.3396.5822.94
Hex238736233037d36117
Octal2701631426306732314127
Binary1011100011100111100010110011011011111010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023873; }

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

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

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

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

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

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

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

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