#012B57

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

Shades of Prussian Blue #012B57

Tints of Prussian Blue #012B57

Color information

#012B57 (or 0x012B57) is unknown color: approx Prussian Blue. HEX triplet: 01, 2B and 57. RGB value is (1,43,87). Sum of RGB (Red+Green+Blue) = 1+43+87=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 87 (34.38% from 255 or 66.41% from 131); Max value from RGB is 87 - color contains mainly: blue. Hex color #012B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B57 is #FED4A8. Grayscale: #232323. Windows color (decimal): -16700585 or 5712641. OLE color: 5712641.

HSL color Cylindrical-coordinate representation of color #012B57: hue angle of 210.7º 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 #012B57 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB14387-
CMYK0.990.5100.66
HSL210.7º97.73%17.25%-
HSV(B)210.7º98.85%34.12%-
XYZ2.62.429.35-
YUV35.46157.09103.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 43 (17.19% from 255) = 32.82%
BLUE value IS 87 (34.38% from 255) = 66.41%
R=0.76%
G=32.82%
B=66.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal143870.990.5100.66210.797.7317.25
Hex12B576333042d36211
Octal15312714363010232314221
Binary1101011101011111000111100110100001011010011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,43,87); }

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

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

 a { background-color: rgb(1,43,87); }

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

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

 span { border-color: rgb(1,43,87); }

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