#012650

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

Shades of Prussian Blue #012650

Tints of Prussian Blue #012650

Color information

#012650 (or 0x012650) is unknown color: approx Prussian Blue. HEX triplet: 01, 26 and 50. RGB value is (1,38,80). Sum of RGB (Red+Green+Blue) = 1+38+80=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 80 (31.64% from 255 or 67.23% from 119); Max value from RGB is 80 - color contains mainly: blue. Hex color #012650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012650 is #FED9AF. Grayscale: #1F1F1F. Windows color (decimal): -16701872 or 5252609. OLE color: 5252609.

HSL color Cylindrical-coordinate representation of color #012650: hue angle of 211.9º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012650 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB13880-
CMYK0.990.5200.69
HSL211.9º97.53%15.88%-
HSV(B)211.9º98.75%31.37%-
XYZ2.151.977.86-
YUV31.72155.24106.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 38 (15.23% from 255) = 31.93%
BLUE value IS 80 (31.64% from 255) = 67.23%
R=0.84%
G=31.93%
B=67.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal138800.990.5200.69211.997.5315.88
Hex126506334045d46210
Octal14612014364010532414220
Binary1100110101000011000111101000100010111010100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012650; }

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

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

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

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

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

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

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

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