#012855

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

Shades of Prussian Blue #012855

Tints of Prussian Blue #012855

Color information

#012855 (or 0x012855) is unknown color: approx Prussian Blue. HEX triplet: 01, 28 and 55. RGB value is (1,40,85). Sum of RGB (Red+Green+Blue) = 1+40+85=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 85 (33.59% from 255 or 67.46% from 126); Max value from RGB is 85 - color contains mainly: blue. Hex color #012855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012855 is #FED7AA. Grayscale: #212121. Windows color (decimal): -16701355 or 5580801. OLE color: 5580801.

HSL color Cylindrical-coordinate representation of color #012855: hue angle of 212.14º 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 #012855 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB14085-
CMYK0.990.5300.67
HSL212.14º97.67%16.86%-
HSV(B)212.14º98.82%33.33%-
XYZ2.412.188.89-
YUV33.47157.08104.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 40 (16.02% from 255) = 31.75%
BLUE value IS 85 (33.59% from 255) = 67.46%
R=0.79%
G=31.75%
B=67.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal140850.990.5300.67212.1497.6716.86
Hex128556335043d46211
Octal15012514365010332414221
Binary1101000101010111000111101010100001111010100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012855; }

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

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

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

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

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

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

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

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