#143766

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

Shades of Prussian Blue #143766

Tints of Prussian Blue #143766

Color information

#143766 (or 0x143766) is unknown color: approx Prussian Blue. HEX triplet: 14, 37 and 66. RGB value is (20,55,102). Sum of RGB (Red+Green+Blue) = 20+55+102=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 102 (40.23% from 255 or 57.63% from 177); Max value from RGB is 102 - color contains mainly: blue. Hex color #143766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143766 is #EBC899. Grayscale: #313131. Windows color (decimal): -15452314 or 6698772. OLE color: 6698772.

HSL color Cylindrical-coordinate representation of color #143766: hue angle of 214.39º 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 #143766 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2055102-
CMYK0.800.4600.6
HSL214.39º67.21%23.92%-
HSV(B)214.39º80.39%40%-
XYZ4.053.8413.1-
YUV49.89157.4106.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 55 (21.88% from 255) = 31.07%
BLUE value IS 102 (40.23% from 255) = 57.63%
R=11.30%
G=31.07%
B=57.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20551020.800.4600.6214.3967.2123.92
Hex143766502E03Cd64318
Octal24671461205607432610330
Binary1010011011111001101010000101110011110011010110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143766; }

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

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

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

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

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

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

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

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