#023F59

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

Shades of Prussian Blue #023F59

Tints of Prussian Blue #023F59

Color information

#023F59 (or 0x023F59) is unknown color: approx Prussian Blue. HEX triplet: 02, 3F and 59. RGB value is (2,63,89). Sum of RGB (Red+Green+Blue) = 2+63+89=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #023F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F59 is #FDC0A6. Grayscale: #2F2F2F. Windows color (decimal): -16629927 or 5848834. OLE color: 5848834.

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

Color convert

RGB26389-
CMYK0.980.2900.65
HSL197.93º95.6%17.84%-
HSV(B)197.93º97.75%34.9%-
XYZ3.614.2910.09-
YUV47.72151.2995.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 63 (25% from 255) = 40.91%
BLUE value IS 89 (35.16% from 255) = 57.79%
R=1.30%
G=40.91%
B=57.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal263890.980.2900.65197.9395.617.84
Hex23F59621D041c66012
Octal27713114235010130614022
Binary1011111110110011100010111010100000111000110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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