#012F72

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

Shades of Prussian Blue #012F72

Tints of Prussian Blue #012F72

Color information

#012F72 (or 0x012F72) is unknown color: approx Prussian Blue. HEX triplet: 01, 2F and 72. RGB value is (1,47,114). Sum of RGB (Red+Green+Blue) = 1+47+114=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #012F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F72 is #FED08D. Grayscale: #282828. Windows color (decimal): -16699534 or 7483137. OLE color: 7483137.

HSL color Cylindrical-coordinate representation of color #012F72: hue angle of 215.58º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012F72 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB147114-
CMYK0.990.5900.55
HSL215.58º98.26%22.55%-
HSV(B)215.58º99.12%44.71%-
XYZ4.073.2516.33-
YUV40.88169.2699.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 47 (18.75% from 255) = 29.01%
BLUE value IS 114 (44.92% from 255) = 70.37%
R=0.62%
G=29.01%
B=70.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1471140.990.5900.55215.5898.2622.55
Hex12F72633B037d86217
Octal1571621437306733014227
Binary110111111100101100011111011011011111011000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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