#012752

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

Shades of Prussian Blue #012752

Tints of Prussian Blue #012752

Color information

#012752 (or 0x012752) is unknown color: approx Prussian Blue. HEX triplet: 01, 27 and 52. RGB value is (1,39,82). Sum of RGB (Red+Green+Blue) = 1+39+82=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 82 (32.42% from 255 or 67.21% from 122); Max value from RGB is 82 - color contains mainly: blue. Hex color #012752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012752 is #FED8AD. Grayscale: #202020. Windows color (decimal): -16701614 or 5383937. OLE color: 5383937.

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

Color convert

RGB13982-
CMYK0.990.5200.68
HSL211.85º97.59%16.27%-
HSV(B)211.85º98.78%32.16%-
XYZ2.262.078.26-
YUV32.54155.91105.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.82%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 82 (32.42% from 255) = 67.21%
R=0.82%
G=31.97%
B=67.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal139820.990.5200.68211.8597.5916.27
Hex127526334044d46210
Octal14712214364010432414220
Binary1100111101001011000111101000100010011010100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012752; }

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

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

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

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

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

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

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

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