#014260

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

Shades of Prussian Blue #014260

Tints of Prussian Blue #014260

Color information

#014260 (or 0x014260) is unknown color: approx Prussian Blue. HEX triplet: 01, 42 and 60. RGB value is (1,66,96). Sum of RGB (Red+Green+Blue) = 1+66+96=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #014260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014260 is #FEBD9F. Grayscale: #313131. Windows color (decimal): -16694688 or 6308353. OLE color: 6308353.

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

Color convert

RGB16696-
CMYK0.990.3100.62
HSL198.95º97.94%19.02%-
HSV(B)198.95º98.96%37.65%-
XYZ4.074.7511.77-
YUV49.98153.9793.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 96 (37.89% from 255) = 58.90%
R=0.61%
G=40.49%
B=58.90%

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
Decimal166960.990.3100.62198.9597.9419.02
Hex14260631F03Ec76213
Octal11021401433707630714223
Binary110000101100000110001111111011111011000111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014260; }

 p { color: rgb(1,66,96); }

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

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

 a { background-color: rgb(1,66,96); }

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

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

 span { border-color: rgb(1,66,96); }

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