#014768

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

Shades of Prussian Blue #014768

Tints of Prussian Blue #014768

Color information

#014768 (or 0x014768) is unknown color: approx Prussian Blue. HEX triplet: 01, 47 and 68. RGB value is (1,71,104). Sum of RGB (Red+Green+Blue) = 1+71+104=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #014768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014768 is #FEB897. Grayscale: #353535. Windows color (decimal): -16693400 or 6833921. OLE color: 6833921.

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

Color convert

RGB171104-
CMYK0.990.3200.59
HSL199.22º98.1%20.59%-
HSV(B)199.22º99.04%40.78%-
XYZ4.765.5113.91-
YUV53.83156.3190.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 71 (28.12% from 255) = 40.34%
BLUE value IS 104 (41.02% from 255) = 59.09%
R=0.57%
G=40.34%
B=59.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1711040.990.3200.59199.2298.120.59
Hex14768632003Bc76215
Octal11071501434007330714225
Binary1100011111010001100011100000011101111000111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014768; }

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

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

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

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

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

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

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

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