#023256

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

Shades of Prussian Blue #023256

Tints of Prussian Blue #023256

Color information

#023256 (or 0x023256) is unknown color: approx Prussian Blue. HEX triplet: 02, 32 and 56. RGB value is (2,50,86). Sum of RGB (Red+Green+Blue) = 2+50+86=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 86 (33.98% from 255 or 62.32% from 138); Max value from RGB is 86 - color contains mainly: blue. Hex color #023256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023256 is #FDCDA9. Grayscale: #272727. Windows color (decimal): -16633258 or 5648898. OLE color: 5648898.

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

Color convert

RGB25086-
CMYK0.980.4200.66
HSL205.71º95.45%17.25%-
HSV(B)205.71º97.67%33.73%-
XYZ2.852.979.23-
YUV39.75154.1101.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 86 (33.98% from 255) = 62.32%
R=1.45%
G=36.23%
B=62.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal250860.980.4200.66205.7195.4517.25
Hex23256622A042ce5f11
Octal26212614252010231613721
Binary10110010101011011000101010100100001011001110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023256; }

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

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

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

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

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

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

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

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