#014668

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

Shades of Prussian Blue #014668

Tints of Prussian Blue #014668

Color information

#014668 (or 0x014668) is unknown color: approx Prussian Blue. HEX triplet: 01, 46 and 68. RGB value is (1,70,104). Sum of RGB (Red+Green+Blue) = 1+70+104=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #014668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014668 is #FEB997. Grayscale: #353535. Windows color (decimal): -16693656 or 6833665. OLE color: 6833665.

HSL color Cylindrical-coordinate representation of color #014668: hue angle of 199.81º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014668 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB170104-
CMYK0.990.3300.59
HSL199.81º98.1%20.59%-
HSV(B)199.81º99.04%40.78%-
XYZ4.75.3913.89-
YUV53.24156.6490.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 104 (41.02% from 255) = 59.43%
R=0.57%
G=40%
B=59.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1701040.990.3300.59199.8198.120.59
Hex14668632103Bc86215
Octal11061501434107331014225
Binary1100011011010001100011100001011101111001000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014668; }

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

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

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

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

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

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

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

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