#014868

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

Shades of Prussian Blue #014868

Tints of Prussian Blue #014868

Color information

#014868 (or 0x014868) is unknown color: approx Prussian Blue. HEX triplet: 01, 48 and 68. RGB value is (1,72,104). Sum of RGB (Red+Green+Blue) = 1+72+104=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #014868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014868 is #FEB797. Grayscale: #363636. Windows color (decimal): -16693144 or 6834177. OLE color: 6834177.

HSL color Cylindrical-coordinate representation of color #014868: hue angle of 198.64º 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 #014868 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB172104-
CMYK0.990.3100.59
HSL198.64º98.1%20.59%-
HSV(B)198.64º99.04%40.78%-
XYZ4.835.6413.93-
YUV54.42155.9889.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 72 (28.52% from 255) = 40.68%
BLUE value IS 104 (41.02% from 255) = 58.76%
R=0.56%
G=40.68%
B=58.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1721040.990.3100.59198.6498.120.59
Hex14868631F03Bc76215
Octal11101501433707330714225
Binary110010001101000110001111111011101111000111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014868; }

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

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

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

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

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

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

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

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