#01406A

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

Shades of Prussian Blue #01406A

Tints of Prussian Blue #01406A

Color information

#01406A (or 0x01406A) is unknown color: approx Prussian Blue. HEX triplet: 01, 40 and 6A. RGB value is (1,64,106). Sum of RGB (Red+Green+Blue) = 1+64+106=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 106 (41.80% from 255 or 61.99% from 171); Max value from RGB is 106 - color contains mainly: blue. Hex color #01406A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01406A is #FEBF95. Grayscale: #313131. Windows color (decimal): -16695190 or 6963201. OLE color: 6963201.

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

Color convert

RGB164106-
CMYK0.990.4000.58
HSL204º98.13%20.98%-
HSV(B)204º99.06%41.57%-
XYZ4.454.7114.31-
YUV49.95159.6393.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 106 (41.80% from 255) = 61.99%
R=0.58%
G=37.43%
B=61.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1641060.990.4000.5820498.1320.98
Hex1406A632803Acc6215
Octal11001521435007231414225
Binary1100000011010101100011101000011101011001100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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