#012749

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

Shades of Prussian Blue #012749

Tints of Prussian Blue #012749

Color information

#012749 (or 0x012749) is unknown color: approx Prussian Blue. HEX triplet: 01, 27 and 49. RGB value is (1,39,73). Sum of RGB (Red+Green+Blue) = 1+39+73=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #012749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012749 is #FED8B6. Grayscale: #1F1F1F. Windows color (decimal): -16701623 or 4794113. OLE color: 4794113.

HSL color Cylindrical-coordinate representation of color #012749: hue angle of 208.33º 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 #012749 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB13973-
CMYK0.990.4700.71
HSL208.33º97.3%14.51%-
HSV(B)208.33º98.63%28.63%-
XYZ1.941.946.58-
YUV31.51151.41106.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 39 (15.62% from 255) = 34.51%
BLUE value IS 73 (28.91% from 255) = 64.60%
R=0.88%
G=34.51%
B=64.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal139730.990.4700.71208.3397.314.51
Hex12749632F047d061f
Octal14711114357010732014117
Binary110011110010011100011101111010001111101000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012749; }

 p { color: rgb(1,39,73); }

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

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

 a { background-color: rgb(1,39,73); }

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

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

 span { border-color: rgb(1,39,73); }

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