#014568

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

Shades of Prussian Blue #014568

Tints of Prussian Blue #014568

Color information

#014568 (or 0x014568) is unknown color: approx Prussian Blue. HEX triplet: 01, 45 and 68. RGB value is (1,69,104). Sum of RGB (Red+Green+Blue) = 1+69+104=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #014568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014568 is #FEBA97. Grayscale: #343434. Windows color (decimal): -16693912 or 6833409. OLE color: 6833409.

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

Color convert

RGB169104-
CMYK0.990.3400.59
HSL200.39º98.1%20.59%-
HSV(B)200.39º99.04%40.78%-
XYZ4.645.2613.87-
YUV52.66156.9791.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 69 (27.34% from 255) = 39.66%
BLUE value IS 104 (41.02% from 255) = 59.77%
R=0.57%
G=39.66%
B=59.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1691040.990.3400.59200.3998.120.59
Hex14568632203Bc86215
Octal11051501434207331014225
Binary1100010111010001100011100010011101111001000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014568; }

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

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

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

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

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

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

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

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