#012A54

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

Shades of Prussian Blue #012A54

Tints of Prussian Blue #012A54

Color information

#012A54 (or 0x012A54) is unknown color: approx Prussian Blue. HEX triplet: 01, 2A and 54. RGB value is (1,42,84). Sum of RGB (Red+Green+Blue) = 1+42+84=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #012A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A54 is #FED5AB. Grayscale: #222222. Windows color (decimal): -16700844 or 5515777. OLE color: 5515777.

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

Color convert

RGB14284-
CMYK0.990.500.67
HSL210.36º97.65%16.67%-
HSV(B)210.36º98.81%32.94%-
XYZ2.442.38.7-
YUV34.53155.92104.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 42 (16.80% from 255) = 33.07%
BLUE value IS 84 (33.20% from 255) = 66.14%
R=0.79%
G=33.07%
B=66.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal142840.990.500.67210.3697.6516.67
Hex12A546332043d26211
Octal15212414362010332214221
Binary1101010101010011000111100100100001111010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,42,84); }

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

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

 a { background-color: rgb(1,42,84); }

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

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

 span { border-color: rgb(1,42,84); }

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