#023C71

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

Shades of Prussian Blue #023C71

Tints of Prussian Blue #023C71

Color information

#023C71 (or 0x023C71) is unknown color: approx Prussian Blue. HEX triplet: 02, 3C and 71. RGB value is (2,60,113). Sum of RGB (Red+Green+Blue) = 2+60+113=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #023C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C71 is #FDC38E. Grayscale: #303030. Windows color (decimal): -16630671 or 7420930. OLE color: 7420930.

HSL color Cylindrical-coordinate representation of color #023C71: hue angle of 208.65º 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 #023C71 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB260113-
CMYK0.980.4700.56
HSL208.65º96.52%22.55%-
HSV(B)208.65º98.23%44.31%-
XYZ4.624.4416.24-
YUV48.7164.2894.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 60 (23.83% from 255) = 34.29%
BLUE value IS 113 (44.53% from 255) = 64.57%
R=1.14%
G=34.29%
B=64.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2601130.980.4700.56208.6596.5222.55
Hex23C71622F038d16117
Octal2741611425707032114127
Binary1011110011100011100010101111011100011010001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023C71; }

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

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

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

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

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

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

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

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