#01326A

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

Shades of Prussian Blue #01326A

Tints of Prussian Blue #01326A

Color information

#01326A (or 0x01326A) is unknown color: approx Prussian Blue. HEX triplet: 01, 32 and 6A. RGB value is (1,50,106). Sum of RGB (Red+Green+Blue) = 1+50+106=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 106 (41.80% from 255 or 67.52% from 157); Max value from RGB is 106 - color contains mainly: blue. Hex color #01326A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01326A is #FECD95. Grayscale: #292929. Windows color (decimal): -16698774 or 6959617. OLE color: 6959617.

HSL color Cylindrical-coordinate representation of color #01326A: hue angle of 212º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01326A is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB150106-
CMYK0.990.5300.58
HSL212º98.13%20.98%-
HSV(B)212º99.06%41.57%-
XYZ3.753.3314.08-
YUV41.73164.2798.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 106 (41.80% from 255) = 67.52%
R=0.64%
G=31.85%
B=67.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1501060.990.5300.5821298.1320.98
Hex1326A633503Ad46215
Octal1621521436507232414225
Binary111001011010101100011110101011101011010100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01326A; }

 p { color: rgb(1,50,106); }

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

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

 a { background-color: rgb(1,50,106); }

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

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

 span { border-color: rgb(1,50,106); }

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