#014666

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

Shades of Prussian Blue #014666

Tints of Prussian Blue #014666

Color information

#014666 (or 0x014666) is unknown color: approx Prussian Blue. HEX triplet: 01, 46 and 66. RGB value is (1,70,102). Sum of RGB (Red+Green+Blue) = 1+70+102=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #014666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014666 is #FEB999. Grayscale: #343434. Windows color (decimal): -16693658 or 6702593. OLE color: 6702593.

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

Color convert

RGB170102-
CMYK0.990.3100.6
HSL199.01º98.06%20.2%-
HSV(B)199.01º99.02%40%-
XYZ4.65.3513.36-
YUV53.02155.6490.9-

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.46%
BLUE value IS 102 (40.23% from 255) = 58.96%
R=0.58%
G=40.46%
B=58.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1701020.990.3100.6199.0198.0620.2
Hex14666631F03Cc76214
Octal11061461433707430714224
Binary110001101100110110001111111011110011000111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014666; }

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

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

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

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

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

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

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

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