#023257

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

Shades of Prussian Blue #023257

Tints of Prussian Blue #023257

Color information

#023257 (or 0x023257) is unknown color: approx Prussian Blue. HEX triplet: 02, 32 and 57. RGB value is (2,50,87). Sum of RGB (Red+Green+Blue) = 2+50+87=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 87 (34.38% from 255 or 62.59% from 139); Max value from RGB is 87 - color contains mainly: blue. Hex color #023257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023257 is #FDCDA8. Grayscale: #272727. Windows color (decimal): -16633257 or 5714434. OLE color: 5714434.

HSL color Cylindrical-coordinate representation of color #023257: hue angle of 206.12º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023257 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB25087-
CMYK0.980.4300.66
HSL206.12º95.51%17.45%-
HSV(B)206.12º97.7%34.12%-
XYZ2.892.989.44-
YUV39.87154.6100.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.44%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 87 (34.38% from 255) = 62.59%
R=1.44%
G=35.97%
B=62.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal250870.980.4300.66206.1295.5117.45
Hex23257622B042ce6011
Octal26212714253010231614021
Binary10110010101011111000101010110100001011001110110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023257; }

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

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

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

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

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

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

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

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