#012F77

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

Shades of Prussian Blue #012F77

Tints of Prussian Blue #012F77

Color information

#012F77 (or 0x012F77) is unknown color: approx Prussian Blue. HEX triplet: 01, 2F and 77. RGB value is (1,47,119). Sum of RGB (Red+Green+Blue) = 1+47+119=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 119 (46.88% from 255 or 71.26% from 167); Max value from RGB is 119 - color contains mainly: blue. Hex color #012F77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F77 is #FED088. Grayscale: #292929. Windows color (decimal): -16699529 or 7810817. OLE color: 7810817.

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

Color convert

RGB147119-
CMYK0.990.6100.53
HSL216.61º98.33%23.53%-
HSV(B)216.61º99.16%46.67%-
XYZ4.363.3717.87-
YUV41.45171.7699.15-

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) = 28.14%
BLUE value IS 119 (46.88% from 255) = 71.26%
R=0.60%
G=28.14%
B=71.26%

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
Decimal1471190.990.6100.53216.6198.3323.53
Hex12F77633D035d96218
Octal1571671437506533114230
Binary110111111101111100011111101011010111011001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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