#143A69

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

Shades of Prussian Blue #143A69

Tints of Prussian Blue #143A69

Color information

#143A69 (or 0x143A69) is unknown color: approx Prussian Blue. HEX triplet: 14, 3A and 69. RGB value is (20,58,105). Sum of RGB (Red+Green+Blue) = 20+58+105=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #143A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143A69 is #EBC596. Grayscale: #333333. Windows color (decimal): -15451543 or 6896148. OLE color: 6896148.

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

Color convert

RGB2058105-
CMYK0.810.4500.59
HSL213.18º68%24.51%-
HSV(B)213.18º80.95%41.18%-
XYZ4.354.1913.94-
YUV52157.91105.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 58 (23.05% from 255) = 31.69%
BLUE value IS 105 (41.41% from 255) = 57.38%
R=10.93%
G=31.69%
B=57.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20581050.810.4500.59213.186824.51
Hex143A69512D03Bd54419
Octal24721511215507332510431
Binary1010011101011010011010001101101011101111010101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143A69; }

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

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

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

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

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

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

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

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