#012E56

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

Shades of Prussian Blue #012E56

Tints of Prussian Blue #012E56

Color information

#012E56 (or 0x012E56) is unknown color: approx Prussian Blue. HEX triplet: 01, 2E and 56. RGB value is (1,46,86). Sum of RGB (Red+Green+Blue) = 1+46+86=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 86 (33.98% from 255 or 64.66% from 133); Max value from RGB is 86 - color contains mainly: blue. Hex color #012E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E56 is #FED1A9. Grayscale: #242424. Windows color (decimal): -16699818 or 5647873. OLE color: 5647873.

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

Color convert

RGB14686-
CMYK0.990.4700.66
HSL208.24º97.7%17.06%-
HSV(B)208.24º98.84%33.73%-
XYZ2.672.639.17-
YUV37.1155.59102.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 46 (18.36% from 255) = 34.59%
BLUE value IS 86 (33.98% from 255) = 64.66%
R=0.75%
G=34.59%
B=64.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal146860.990.4700.66208.2497.717.06
Hex12E56632F042d06211
Octal15612614357010232014221
Binary1101110101011011000111011110100001011010000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012E56; }

 p { color: rgb(1,46,86); }

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

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

 a { background-color: rgb(1,46,86); }

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

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

 span { border-color: rgb(1,46,86); }

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