#012F78

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

Shades of Prussian Blue #012F78

Tints of Prussian Blue #012F78

Color information

#012F78 (or 0x012F78) is unknown color: approx Prussian Blue. HEX triplet: 01, 2F and 78. RGB value is (1,47,120). Sum of RGB (Red+Green+Blue) = 1+47+120=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 120 (47.27% from 255 or 71.43% from 168); Max value from RGB is 120 - color contains mainly: blue. Hex color #012F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F78 is #FED087. Grayscale: #292929. Windows color (decimal): -16699528 or 7876353. OLE color: 7876353.

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

Color convert

RGB147120-
CMYK0.990.6100.53
HSL216.81º98.35%23.73%-
HSV(B)216.81º99.17%47.06%-
XYZ4.423.418.19-
YUV41.57172.2699.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 47 (18.75% from 255) = 27.98%
BLUE value IS 120 (47.27% from 255) = 71.43%
R=0.60%
G=27.98%
B=71.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1471200.990.6100.53216.8198.3523.73
Hex12F78633D035d96218
Octal1571701437506533114230
Binary110111111110001100011111101011010111011001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,47,120); }

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

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

 a { background-color: rgb(1,47,120); }

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

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

 span { border-color: rgb(1,47,120); }

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