#143869

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

Shades of Prussian Blue #143869

Tints of Prussian Blue #143869

Color information

#143869 (or 0x143869) is unknown color: approx Prussian Blue. HEX triplet: 14, 38 and 69. RGB value is (20,56,105). Sum of RGB (Red+Green+Blue) = 20+56+105=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #143869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143869 is #EBC796. Grayscale: #323232. Windows color (decimal): -15452055 or 6895636. OLE color: 6895636.

HSL color Cylindrical-coordinate representation of color #143869: hue angle of 214.59º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143869 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2056105-
CMYK0.810.4700.59
HSL214.59º68%24.51%-
HSV(B)214.59º80.95%41.18%-
XYZ4.25413.91-
YUV50.82158.57106.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 105 (41.41% from 255) = 58.01%
R=11.05%
G=30.94%
B=58.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20561050.810.4700.59214.596824.51
Hex143869512F03Bd74419
Octal24701511215707332710431
Binary1010011100011010011010001101111011101111010111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143869; }

 p { color: rgb(20,56,105); }

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

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

 a { background-color: rgb(20,56,105); }

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

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

 span { border-color: rgb(20,56,105); }

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