#012750

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

Shades of Prussian Blue #012750

Tints of Prussian Blue #012750

Color information

#012750 (or 0x012750) is unknown color: approx Prussian Blue. HEX triplet: 01, 27 and 50. RGB value is (1,39,80). Sum of RGB (Red+Green+Blue) = 1+39+80=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #012750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012750 is #FED8AF. Grayscale: #202020. Windows color (decimal): -16701616 or 5252865. OLE color: 5252865.

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

Color convert

RGB13980-
CMYK0.990.5100.69
HSL211.14º97.53%15.88%-
HSV(B)211.14º98.75%31.37%-
XYZ2.192.047.87-
YUV32.31154.91105.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 39 (15.62% from 255) = 32.5%
BLUE value IS 80 (31.64% from 255) = 66.67%
R=0.83%
G=32.5%
B=66.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal139800.990.5100.69211.1497.5315.88
Hex127506333045d36210
Octal14712014363010532314220
Binary1100111101000011000111100110100010111010011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012750; }

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

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

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

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

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

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

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

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