#014665

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

Shades of Prussian Blue #014665

Tints of Prussian Blue #014665

Color information

#014665 (or 0x014665) is unknown color: approx Prussian Blue. HEX triplet: 01, 46 and 65. RGB value is (1,70,101). Sum of RGB (Red+Green+Blue) = 1+70+101=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #014665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014665 is #FEB99A. Grayscale: #343434. Windows color (decimal): -16693659 or 6637057. OLE color: 6637057.

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

Color convert

RGB170101-
CMYK0.990.3100.60
HSL198.6º98.04%20%-
HSV(B)198.6º99.01%39.61%-
XYZ4.555.3313.1-
YUV52.9155.1490.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 70 (27.73% from 255) = 40.70%
BLUE value IS 101 (39.84% from 255) = 58.72%
R=0.58%
G=40.70%
B=58.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1701010.990.3100.60198.698.0420
Hex14665631F03Cc76214
Octal11061451433707430714224
Binary110001101100101110001111111011110011000111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014665; }

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

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

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

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

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

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

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

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