#014468

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

Shades of Prussian Blue #014468

Tints of Prussian Blue #014468

Color information

#014468 (or 0x014468) is unknown color: approx Prussian Blue. HEX triplet: 01, 44 and 68. RGB value is (1,68,104). Sum of RGB (Red+Green+Blue) = 1+68+104=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #014468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014468 is #FEBB97. Grayscale: #333333. Windows color (decimal): -16694168 or 6833153. OLE color: 6833153.

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

Color convert

RGB168104-
CMYK0.990.3500.59
HSL200.97º98.1%20.59%-
HSV(B)200.97º99.04%40.78%-
XYZ4.585.1413.85-
YUV52.07157.391.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 68 (26.95% from 255) = 39.31%
BLUE value IS 104 (41.02% from 255) = 60.12%
R=0.58%
G=39.31%
B=60.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1681040.990.3500.59200.9798.120.59
Hex14468632303Bc96215
Octal11041501434307331114225
Binary1100010011010001100011100011011101111001001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014468; }

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

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

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

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

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

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

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

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