#012F4A

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

Shades of Prussian Blue #012F4A

Tints of Prussian Blue #012F4A

Color information

#012F4A (or 0x012F4A) is unknown color: approx Prussian Blue. HEX triplet: 01, 2F and 4A. RGB value is (1,47,74). Sum of RGB (Red+Green+Blue) = 1+47+74=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #012F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F4A is #FED0B5. Grayscale: #242424. Windows color (decimal): -16699574 or 4861697. OLE color: 4861697.

HSL color Cylindrical-coordinate representation of color #012F4A: hue angle of 202.19º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012F4A is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB14774-
CMYK0.990.3600.71
HSL202.19º97.33%14.71%-
HSV(B)202.19º98.65%29.02%-
XYZ2.272.536.85-
YUV36.32149.26102.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.82%
GREEN value IS 47 (18.75% from 255) = 38.52%
BLUE value IS 74 (29.30% from 255) = 60.66%
R=0.82%
G=38.52%
B=60.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal147740.990.3600.71202.1997.3314.71
Hex12F4A6324047ca61f
Octal15711214344010731214117
Binary110111110010101100011100100010001111100101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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