#012D59

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

Shades of Prussian Blue #012D59

Tints of Prussian Blue #012D59

Color information

#012D59 (or 0x012D59) is unknown color: approx Prussian Blue. HEX triplet: 01, 2D and 59. RGB value is (1,45,89). Sum of RGB (Red+Green+Blue) = 1+45+89=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #012D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012D59 is #FED2A6. Grayscale: #242424. Windows color (decimal): -16700071 or 5844225. OLE color: 5844225.

HSL color Cylindrical-coordinate representation of color #012D59: hue angle of 210º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012D59 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB14589-
CMYK0.990.4900.65
HSL210º97.78%17.65%-
HSV(B)210º98.88%34.9%-
XYZ2.752.69.81-
YUV36.86157.42102.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 45 (17.97% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 65.93%
R=0.74%
G=33.33%
B=65.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal145890.990.4900.6521097.7817.65
Hex12D596331041d26212
Octal15513114361010132214222
Binary1101101101100111000111100010100000111010010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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