#014462

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

Shades of Prussian Blue #014462

Tints of Prussian Blue #014462

Color information

#014462 (or 0x014462) is unknown color: approx Prussian Blue. HEX triplet: 01, 44 and 62. RGB value is (1,68,98). Sum of RGB (Red+Green+Blue) = 1+68+98=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #014462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014462 is #FEBB9D. Grayscale: #333333. Windows color (decimal): -16694174 or 6439937. OLE color: 6439937.

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

Color convert

RGB16898-
CMYK0.990.3100.62
HSL198.56º97.98%19.41%-
HSV(B)198.56º98.98%38.43%-
XYZ4.285.0212.3-
YUV51.39154.392.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 68 (26.95% from 255) = 40.72%
BLUE value IS 98 (38.67% from 255) = 58.68%
R=0.60%
G=40.72%
B=58.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal168980.990.3100.62198.5697.9819.41
Hex14462631F03Ec76213
Octal11041421433707630714223
Binary110001001100010110001111111011111011000111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014462; }

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

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

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

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

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

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

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

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