#014763

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

Shades of Prussian Blue #014763

Tints of Prussian Blue #014763

Color information

#014763 (or 0x014763) is unknown color: approx Prussian Blue. HEX triplet: 01, 47 and 63. RGB value is (1,71,99). Sum of RGB (Red+Green+Blue) = 1+71+99=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #014763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014763 is #FEB89C. Grayscale: #353535. Windows color (decimal): -16693405 or 6506241. OLE color: 6506241.

HSL color Cylindrical-coordinate representation of color #014763: hue angle of 197.14º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014763 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB17199-
CMYK0.990.2800.61
HSL197.14º98%19.61%-
HSV(B)197.14º98.99%38.82%-
XYZ4.525.4112.61-
YUV53.26153.8190.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 71 (28.12% from 255) = 41.52%
BLUE value IS 99 (39.06% from 255) = 57.89%
R=0.58%
G=41.52%
B=57.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal171990.990.2800.61197.149819.61
Hex14763631C03Dc56214
Octal11071431433407530514224
Binary110001111100011110001111100011110111000101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014763; }

 p { color: rgb(1,71,99); }

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

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

 a { background-color: rgb(1,71,99); }

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

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

 span { border-color: rgb(1,71,99); }

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