#012854

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

Shades of Prussian Blue #012854

Tints of Prussian Blue #012854

Color information

#012854 (or 0x012854) is unknown color: approx Prussian Blue. HEX triplet: 01, 28 and 54. RGB value is (1,40,84). Sum of RGB (Red+Green+Blue) = 1+40+84=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 84 (33.20% from 255 or 67.2% from 125); Max value from RGB is 84 - color contains mainly: blue. Hex color #012854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012854 is #FED7AB. Grayscale: #212121. Windows color (decimal): -16701356 or 5515265. OLE color: 5515265.

HSL color Cylindrical-coordinate representation of color #012854: hue angle of 211.81º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012854 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB14084-
CMYK0.990.5200.67
HSL211.81º97.65%16.67%-
HSV(B)211.81º98.81%32.94%-
XYZ2.372.168.68-
YUV33.35156.58104.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 40 (16.02% from 255) = 32%
BLUE value IS 84 (33.20% from 255) = 67.2%
R=0.8%
G=32%
B=67.2%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal140840.990.5200.67211.8197.6516.67
Hex128546334043d46211
Octal15012414364010332414221
Binary1101000101010011000111101000100001111010100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012854; }

 p { color: rgb(1,40,84); }

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

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

 a { background-color: rgb(1,40,84); }

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

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

 span { border-color: rgb(1,40,84); }

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