#023159

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

Shades of Prussian Blue #023159

Tints of Prussian Blue #023159

Color information

#023159 (or 0x023159) is unknown color: approx Prussian Blue. HEX triplet: 02, 31 and 59. RGB value is (2,49,89). Sum of RGB (Red+Green+Blue) = 2+49+89=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 89 (35.16% from 255 or 63.57% from 140); Max value from RGB is 89 - color contains mainly: blue. Hex color #023159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023159 is #FDCEA6. Grayscale: #272727. Windows color (decimal): -16633511 or 5845250. OLE color: 5845250.

HSL color Cylindrical-coordinate representation of color #023159: hue angle of 207.59º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023159 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB24989-
CMYK0.980.4500.65
HSL207.59º95.6%17.84%-
HSV(B)207.59º97.75%34.9%-
XYZ2.932.939.86-
YUV39.51155.93101.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.43%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 89 (35.16% from 255) = 63.57%
R=1.43%
G=35%
B=63.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal249890.980.4500.65207.5995.617.84
Hex23159622D041d06012
Octal26113114255010132014022
Binary10110001101100111000101011010100000111010000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023159; }

 p { color: rgb(2,49,89); }

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

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

 a { background-color: rgb(2,49,89); }

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

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

 span { border-color: rgb(2,49,89); }

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