#023056

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

Shades of Prussian Blue #023056

Tints of Prussian Blue #023056

Color information

#023056 (or 0x023056) is unknown color: approx Prussian Blue. HEX triplet: 02, 30 and 56. RGB value is (2,48,86). Sum of RGB (Red+Green+Blue) = 2+48+86=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 86 (33.98% from 255 or 63.24% from 136); Max value from RGB is 86 - color contains mainly: blue. Hex color #023056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023056 is #FDCFA9. Grayscale: #262626. Windows color (decimal): -16633770 or 5648386. OLE color: 5648386.

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

Color convert

RGB24886-
CMYK0.980.4400.66
HSL207.14º95.45%17.25%-
HSV(B)207.14º97.67%33.73%-
XYZ2.762.89.2-
YUV38.58154.76101.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 48 (19.14% from 255) = 35.29%
BLUE value IS 86 (33.98% from 255) = 63.24%
R=1.47%
G=35.29%
B=63.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal248860.980.4400.66207.1495.4517.25
Hex23056622C042cf5f11
Octal26012614254010231713721
Binary10110000101011011000101011000100001011001111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023056; }

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

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

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

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

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

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

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

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