#014369

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

Shades of Prussian Blue #014369

Tints of Prussian Blue #014369

Color information

#014369 (or 0x014369) is unknown color: approx Prussian Blue. HEX triplet: 01, 43 and 69. RGB value is (1,67,105). Sum of RGB (Red+Green+Blue) = 1+67+105=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #014369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014369 is #FEBC96. Grayscale: #333333. Windows color (decimal): -16694423 or 6898433. OLE color: 6898433.

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

Color convert

RGB167105-
CMYK0.990.3600.59
HSL201.92º98.11%20.78%-
HSV(B)201.92º99.05%41.18%-
XYZ4.575.0414.1-
YUV51.6158.1391.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 67 (26.56% from 255) = 38.73%
BLUE value IS 105 (41.41% from 255) = 60.69%
R=0.58%
G=38.73%
B=60.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1671050.990.3600.59201.9298.1120.78
Hex14369632403Bca6215
Octal11031511434407331214225
Binary1100001111010011100011100100011101111001010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014369; }

 p { color: rgb(1,67,105); }

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

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

 a { background-color: rgb(1,67,105); }

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

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

 span { border-color: rgb(1,67,105); }

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