#01466A

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

Shades of Prussian Blue #01466A

Tints of Prussian Blue #01466A

Color information

#01466A (or 0x01466A) is unknown color: approx Prussian Blue. HEX triplet: 01, 46 and 6A. RGB value is (1,70,106). Sum of RGB (Red+Green+Blue) = 1+70+106=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 106 (41.80% from 255 or 59.89% from 177); Max value from RGB is 106 - color contains mainly: blue. Hex color #01466A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01466A is #FEB995. Grayscale: #353535. Windows color (decimal): -16693654 or 6964737. OLE color: 6964737.

HSL color Cylindrical-coordinate representation of color #01466A: hue angle of 200.57º 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 #01466A is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB170106-
CMYK0.990.3400.58
HSL200.57º98.13%20.98%-
HSV(B)200.57º99.06%41.57%-
XYZ4.85.4314.43-
YUV53.47157.6490.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 70 (27.73% from 255) = 39.55%
BLUE value IS 106 (41.80% from 255) = 59.89%
R=0.56%
G=39.55%
B=59.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1701060.990.3400.58200.5798.1320.98
Hex1466A632203Ac96215
Octal11061521434207231114225
Binary1100011011010101100011100010011101011001001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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