#014465

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

Shades of Prussian Blue #014465

Tints of Prussian Blue #014465

Color information

#014465 (or 0x014465) is unknown color: approx Prussian Blue. HEX triplet: 01, 44 and 65. RGB value is (1,68,101). Sum of RGB (Red+Green+Blue) = 1+68+101=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 101 (39.84% from 255 or 59.41% from 170); Max value from RGB is 101 - color contains mainly: blue. Hex color #014465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014465 is #FEBB9A. Grayscale: #333333. Windows color (decimal): -16694171 or 6636545. OLE color: 6636545.

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

Color convert

RGB168101-
CMYK0.990.3300.60
HSL199.8º98.04%20%-
HSV(B)199.8º99.01%39.61%-
XYZ4.435.0813.06-
YUV51.73155.891.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 68 (26.95% from 255) = 40%
BLUE value IS 101 (39.84% from 255) = 59.41%
R=0.59%
G=40%
B=59.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1681010.990.3300.60199.898.0420
Hex14465632103Cc86214
Octal11041451434107431014224
Binary1100010011001011100011100001011110011001000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014465; }

 p { color: rgb(1,68,101); }

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

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

 a { background-color: rgb(1,68,101); }

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

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

 span { border-color: rgb(1,68,101); }

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