#012F5A

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

Shades of Prussian Blue #012F5A

Tints of Prussian Blue #012F5A

Color information

#012F5A (or 0x012F5A) is unknown color: approx Prussian Blue. HEX triplet: 01, 2F and 5A. RGB value is (1,47,90). Sum of RGB (Red+Green+Blue) = 1+47+90=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #012F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F5A is #FED0A5. Grayscale: #252525. Windows color (decimal): -16699558 or 5910273. OLE color: 5910273.

HSL color Cylindrical-coordinate representation of color #012F5A: hue angle of 208.99º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012F5A is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB14790-
CMYK0.990.4800.65
HSL208.99º97.8%17.84%-
HSV(B)208.99º98.89%35.29%-
XYZ2.872.7810.06-
YUV38.15157.26101.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 47 (18.75% from 255) = 34.06%
BLUE value IS 90 (35.55% from 255) = 65.22%
R=0.72%
G=34.06%
B=65.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal147900.990.4800.65208.9997.817.84
Hex12F5A6330041d16212
Octal15713214360010132114222
Binary1101111101101011000111100000100000111010001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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