#143669

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

Shades of Prussian Blue #143669

Tints of Prussian Blue #143669

Color information

#143669 (or 0x143669) is unknown color: approx Prussian Blue. HEX triplet: 14, 36 and 69. RGB value is (20,54,105). Sum of RGB (Red+Green+Blue) = 20+54+105=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #143669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143669 is #EBC996. Grayscale: #313131. Windows color (decimal): -15452567 or 6895124. OLE color: 6895124.

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

Color convert

RGB2054105-
CMYK0.810.4900.59
HSL216º68%24.51%-
HSV(B)216º80.95%41.18%-
XYZ4.163.8113.88-
YUV49.65159.24106.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 105 (41.41% from 255) = 58.66%
R=11.17%
G=30.17%
B=58.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20541050.810.4900.592166824.51
Hex143669513103Bd84419
Octal24661511216107333010431
Binary1010011011011010011010001110001011101111011000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143669; }

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

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

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

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

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

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

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

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