#023259

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

Shades of Prussian Blue #023259

Tints of Prussian Blue #023259

Color information

#023259 (or 0x023259) is unknown color: approx Prussian Blue. HEX triplet: 02, 32 and 59. RGB value is (2,50,89). Sum of RGB (Red+Green+Blue) = 2+50+89=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #023259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023259 is #FDCDA6. Grayscale: #272727. Windows color (decimal): -16633255 or 5845506. OLE color: 5845506.

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

Color convert

RGB25089-
CMYK0.980.4400.65
HSL206.9º95.6%17.84%-
HSV(B)206.9º97.75%34.9%-
XYZ2.973.029.88-
YUV40.09155.6100.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 50 (19.92% from 255) = 35.46%
BLUE value IS 89 (35.16% from 255) = 63.12%
R=1.42%
G=35.46%
B=63.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal250890.980.4400.65206.995.617.84
Hex23259622C041cf6012
Octal26213114254010131714022
Binary10110010101100111000101011000100000111001111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023259; }

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

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

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

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

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

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

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

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