#012F6D

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

Shades of Prussian Blue #012F6D

Tints of Prussian Blue #012F6D

Color information

#012F6D (or 0x012F6D) is unknown color: approx Prussian Blue. HEX triplet: 01, 2F and 6D. RGB value is (1,47,109). Sum of RGB (Red+Green+Blue) = 1+47+109=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 109 (42.97% from 255 or 69.43% from 157); Max value from RGB is 109 - color contains mainly: blue. Hex color #012F6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F6D is #FED092. Grayscale: #282828. Windows color (decimal): -16699539 or 7155457. OLE color: 7155457.

HSL color Cylindrical-coordinate representation of color #012F6D: hue angle of 214.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012F6D is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB147109-
CMYK0.990.5700.57
HSL214.44º98.18%21.57%-
HSV(B)214.44º99.08%42.75%-
XYZ3.793.1414.88-
YUV40.31166.7699.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 47 (18.75% from 255) = 29.94%
BLUE value IS 109 (42.97% from 255) = 69.43%
R=0.64%
G=29.94%
B=69.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1471090.990.5700.57214.4498.1821.57
Hex12F6D6339039d66216
Octal1571551437107132614226
Binary110111111011011100011111001011100111010110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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