#023C72

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

Shades of Prussian Blue #023C72

Tints of Prussian Blue #023C72

Color information

#023C72 (or 0x023C72) is unknown color: approx Prussian Blue. HEX triplet: 02, 3C and 72. RGB value is (2,60,114). Sum of RGB (Red+Green+Blue) = 2+60+114=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 114 (44.92% from 255 or 64.77% from 176); Max value from RGB is 114 - color contains mainly: blue. Hex color #023C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C72 is #FDC38D. Grayscale: #303030. Windows color (decimal): -16630670 or 7486466. OLE color: 7486466.

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

Color convert

RGB260114-
CMYK0.980.4700.55
HSL208.93º96.55%22.75%-
HSV(B)208.93º98.25%44.71%-
XYZ4.684.4616.53-
YUV48.81164.7894.61-

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.09%
BLUE value IS 114 (44.92% from 255) = 64.77%
R=1.14%
G=34.09%
B=64.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2601140.980.4700.55208.9396.5522.75
Hex23C72622F037d16117
Octal2741621425706732114127
Binary1011110011100101100010101111011011111010001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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