#143563

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

Shades of Prussian Blue #143563

Tints of Prussian Blue #143563

Color information

#143563 (or 0x143563) is unknown color: approx Prussian Blue. HEX triplet: 14, 35 and 63. RGB value is (20,53,99). Sum of RGB (Red+Green+Blue) = 20+53+99=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #143563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143563 is #EBCA9C. Grayscale: #303030. Windows color (decimal): -15452829 or 6501652. OLE color: 6501652.

HSL color Cylindrical-coordinate representation of color #143563: hue angle of 214.94º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143563 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB205399-
CMYK0.800.4600.61
HSL214.94º66.39%23.33%-
HSV(B)214.94º79.8%38.82%-
XYZ3.813.612.3-
YUV48.38156.57107.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 99 (39.06% from 255) = 57.56%
R=11.63%
G=30.81%
B=57.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2053990.800.4600.61214.9466.3923.33
Hex143563502E03Dd74217
Octal24651431205607532710227
Binary1010011010111000111010000101110011110111010111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143563; }

 p { color: rgb(20,53,99); }

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

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

 a { background-color: rgb(20,53,99); }

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

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

 span { border-color: rgb(20,53,99); }

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