#023A59

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

Shades of Prussian Blue #023A59

Tints of Prussian Blue #023A59

Color information

#023A59 (or 0x023A59) is unknown color: approx Prussian Blue. HEX triplet: 02, 3A and 59. RGB value is (2,58,89). Sum of RGB (Red+Green+Blue) = 2+58+89=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #023A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023A59 is #FDC5A6. Grayscale: #2C2C2C. Windows color (decimal): -16631207 or 5847554. OLE color: 5847554.

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

Color convert

RGB25889-
CMYK0.980.3500.65
HSL201.38º95.6%17.84%-
HSV(B)201.38º97.75%34.9%-
XYZ3.343.7610-
YUV44.79152.9597.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 58 (23.05% from 255) = 38.93%
BLUE value IS 89 (35.16% from 255) = 59.73%
R=1.34%
G=38.93%
B=59.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal258890.980.3500.65201.3895.617.84
Hex23A596223041c96012
Octal27213114243010131114022
Binary10111010101100111000101000110100000111001001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023A59; }

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

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

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

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

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

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

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

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