#012649

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

Shades of Prussian Blue #012649

Tints of Prussian Blue #012649

Color information

#012649 (or 0x012649) is unknown color: approx Prussian Blue. HEX triplet: 01, 26 and 49. RGB value is (1,38,73). Sum of RGB (Red+Green+Blue) = 1+38+73=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #012649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012649 is #FED9B6. Grayscale: #1E1E1E. Windows color (decimal): -16701879 or 4793857. OLE color: 4793857.

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

Color convert

RGB13873-
CMYK0.990.4800.71
HSL209.17º97.3%14.51%-
HSV(B)209.17º98.63%28.63%-
XYZ1.911.876.56-
YUV30.93151.74106.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 38 (15.23% from 255) = 33.93%
BLUE value IS 73 (28.91% from 255) = 65.18%
R=0.89%
G=33.93%
B=65.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal138730.990.4800.71209.1797.314.51
Hex126496330047d161f
Octal14611114360010732114117
Binary110011010010011100011110000010001111101000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012649; }

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

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

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

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

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

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

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

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