#012F55

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

Shades of Prussian Blue #012F55

Tints of Prussian Blue #012F55

Color information

#012F55 (or 0x012F55) is unknown color: approx Prussian Blue. HEX triplet: 01, 2F and 55. RGB value is (1,47,85). Sum of RGB (Red+Green+Blue) = 1+47+85=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #012F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F55 is #FED0AA. Grayscale: #252525. Windows color (decimal): -16699563 or 5582593. OLE color: 5582593.

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

Color convert

RGB14785-
CMYK0.990.4500.67
HSL207.14º97.67%16.86%-
HSV(B)207.14º98.82%33.33%-
XYZ2.672.78.97-
YUV37.58154.76101.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 47 (18.75% from 255) = 35.34%
BLUE value IS 85 (33.59% from 255) = 63.91%
R=0.75%
G=35.34%
B=63.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal147850.990.4500.67207.1497.6716.86
Hex12F55632D043cf6211
Octal15712514355010331714221
Binary1101111101010111000111011010100001111001111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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