#023459

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

Shades of Prussian Blue #023459

Tints of Prussian Blue #023459

Color information

#023459 (or 0x023459) is unknown color: approx Prussian Blue. HEX triplet: 02, 34 and 59. RGB value is (2,52,89). Sum of RGB (Red+Green+Blue) = 2+52+89=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #023459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023459 is #FDCBA6. Grayscale: #292929. Windows color (decimal): -16632743 or 5846018. OLE color: 5846018.

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

Color convert

RGB25289-
CMYK0.980.4200.65
HSL205.52º95.6%17.84%-
HSV(B)205.52º97.75%34.9%-
XYZ3.063.199.91-
YUV41.27154.9499.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.40%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 89 (35.16% from 255) = 62.24%
R=1.40%
G=36.36%
B=62.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal252890.980.4200.65205.5295.617.84
Hex23459622A041ce6012
Octal26413114252010131614022
Binary10110100101100111000101010100100000111001110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023459; }

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

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

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

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

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

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

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

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