#012F7C

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

Shades of Prussian Blue #012F7C

Tints of Prussian Blue #012F7C

Color information

#012F7C (or 0x012F7C) is unknown color: approx Prussian Blue. HEX triplet: 01, 2F and 7C. RGB value is (1,47,124). Sum of RGB (Red+Green+Blue) = 1+47+124=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 124 (48.83% from 255 or 72.09% from 172); Max value from RGB is 124 - color contains mainly: blue. Hex color #012F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F7C is #FED083. Grayscale: #292929. Windows color (decimal): -16699524 or 8138497. OLE color: 8138497.

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

Color convert

RGB147124-
CMYK0.990.6200.51
HSL217.56º98.4%24.51%-
HSV(B)217.56º99.19%48.63%-
XYZ4.673.4919.5-
YUV42.02174.2698.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 47 (18.75% from 255) = 27.33%
BLUE value IS 124 (48.83% from 255) = 72.09%
R=0.58%
G=27.33%
B=72.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1471240.990.6200.51217.5698.424.51
Hex12F7C633E033da6219
Octal1571741437606333214231
Binary110111111111001100011111110011001111011010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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