#023972

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

Shades of Prussian Blue #023972

Tints of Prussian Blue #023972

Color information

#023972 (or 0x023972) is unknown color: approx Prussian Blue. HEX triplet: 02, 39 and 72. RGB value is (2,57,114). Sum of RGB (Red+Green+Blue) = 2+57+114=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #023972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023972 is #FDC68D. Grayscale: #2E2E2E. Windows color (decimal): -16631438 or 7485698. OLE color: 7485698.

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

Color convert

RGB257114-
CMYK0.980.5000.55
HSL210.54º96.55%22.75%-
HSV(B)210.54º98.25%44.71%-
XYZ4.534.1516.48-
YUV47.05165.7895.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 57 (22.66% from 255) = 32.95%
BLUE value IS 114 (44.92% from 255) = 65.90%
R=1.16%
G=32.95%
B=65.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2571140.980.5000.55210.5496.5522.75
Hex239726232037d36117
Octal2711621426206732314127
Binary1011100111100101100010110010011011111010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023972; }

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

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

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

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

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

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

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

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