#014160

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

Shades of Prussian Blue #014160

Tints of Prussian Blue #014160

Color information

#014160 (or 0x014160) is unknown color: approx Prussian Blue. HEX triplet: 01, 41 and 60. RGB value is (1,65,96). Sum of RGB (Red+Green+Blue) = 1+65+96=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #014160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014160 is #FEBE9F. Grayscale: #313131. Windows color (decimal): -16694944 or 6308097. OLE color: 6308097.

HSL color Cylindrical-coordinate representation of color #014160: hue angle of 199.58º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014160 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB16596-
CMYK0.990.3200.62
HSL199.58º97.94%19.02%-
HSV(B)199.58º98.96%37.65%-
XYZ4.014.6311.75-
YUV49.4154.393.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 96 (37.89% from 255) = 59.26%
R=0.62%
G=40.12%
B=59.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal165960.990.3200.62199.5897.9419.02
Hex14160632003Ec86213
Octal11011401434007631014223
Binary1100000111000001100011100000011111011001000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014160; }

 p { color: rgb(1,65,96); }

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

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

 a { background-color: rgb(1,65,96); }

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

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

 span { border-color: rgb(1,65,96); }

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