#023973

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

Shades of Prussian Blue #023973

Tints of Prussian Blue #023973

Color information

#023973 (or 0x023973) is unknown color: approx Prussian Blue. HEX triplet: 02, 39 and 73. RGB value is (2,57,115). Sum of RGB (Red+Green+Blue) = 2+57+115=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #023973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023973 is #FDC68C. Grayscale: #2E2E2E. Windows color (decimal): -16631437 or 7551234. OLE color: 7551234.

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

Color convert

RGB257115-
CMYK0.980.5000.55
HSL210.8º96.58%22.94%-
HSV(B)210.8º98.26%45.1%-
XYZ4.584.1816.78-
YUV47.17166.2895.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.15%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 115 (45.31% from 255) = 66.09%
R=1.15%
G=32.76%
B=66.09%

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
Decimal2571150.980.5000.55210.896.5822.94
Hex239736232037d36117
Octal2711631426206732314127
Binary1011100111100111100010110010011011111010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023973; }

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

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

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

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

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

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

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

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