#012D57

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

Shades of Prussian Blue #012D57

Tints of Prussian Blue #012D57

Color information

#012D57 (or 0x012D57) is unknown color: approx Prussian Blue. HEX triplet: 01, 2D and 57. RGB value is (1,45,87). Sum of RGB (Red+Green+Blue) = 1+45+87=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 87 (34.38% from 255 or 65.41% from 133); Max value from RGB is 87 - color contains mainly: blue. Hex color #012D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012D57 is #FED2A8. Grayscale: #242424. Windows color (decimal): -16700073 or 5713153. OLE color: 5713153.

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

Color convert

RGB14587-
CMYK0.990.4800.66
HSL209.3º97.73%17.25%-
HSV(B)209.3º98.85%34.12%-
XYZ2.672.579.37-
YUV36.63156.42102.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 45 (17.97% from 255) = 33.83%
BLUE value IS 87 (34.38% from 255) = 65.41%
R=0.75%
G=33.83%
B=65.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal145870.990.4800.66209.397.7317.25
Hex12D576330042d16211
Octal15512714360010232114221
Binary1101101101011111000111100000100001011010001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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