#014664

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

Shades of Prussian Blue #014664

Tints of Prussian Blue #014664

Color information

#014664 (or 0x014664) is unknown color: approx Prussian Blue. HEX triplet: 01, 46 and 64. RGB value is (1,70,100). Sum of RGB (Red+Green+Blue) = 1+70+100=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 100 (39.45% from 255 or 58.48% from 171); Max value from RGB is 100 - color contains mainly: blue. Hex color #014664 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014664 is #FEB99B. Grayscale: #343434. Windows color (decimal): -16693660 or 6571521. OLE color: 6571521.

HSL color Cylindrical-coordinate representation of color #014664: hue angle of 198.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014664 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB170100-
CMYK0.990.3000.61
HSL198.18º98.02%19.8%-
HSV(B)198.18º99%39.22%-
XYZ4.55.3112.84-
YUV52.79154.6491.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 70 (27.73% from 255) = 40.94%
BLUE value IS 100 (39.45% from 255) = 58.48%
R=0.58%
G=40.94%
B=58.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1701000.990.3000.61198.1898.0219.8
Hex14664631E03Dc66214
Octal11061441433607530614224
Binary110001101100100110001111110011110111000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014664; }

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

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

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

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

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

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

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

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