#143666

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

Shades of Prussian Blue #143666

Tints of Prussian Blue #143666

Color information

#143666 (or 0x143666) is unknown color: approx Prussian Blue. HEX triplet: 14, 36 and 66. RGB value is (20,54,102). Sum of RGB (Red+Green+Blue) = 20+54+102=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #143666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143666 is #EBC999. Grayscale: #313131. Windows color (decimal): -15452570 or 6698516. OLE color: 6698516.

HSL color Cylindrical-coordinate representation of color #143666: hue angle of 215.12º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143666 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2054102-
CMYK0.800.4700.6
HSL215.12º67.21%23.92%-
HSV(B)215.12º80.39%40%-
XYZ4.013.7513.08-
YUV49.31157.74107.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.36%
GREEN value IS 54 (21.48% from 255) = 30.68%
BLUE value IS 102 (40.23% from 255) = 57.95%
R=11.36%
G=30.68%
B=57.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20541020.800.4700.6215.1267.2123.92
Hex143666502F03Cd74318
Octal24661461205707432710330
Binary1010011011011001101010000101111011110011010111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143666; }

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

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

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

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

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

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

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

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