#143A8B

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

Shades of Smalt #143A8B

Tints of Smalt #143A8B

Color information

#143A8B (or 0x143A8B) is unknown color: approx Smalt. HEX triplet: 14, 3A and 8B. RGB value is (20,58,139). Sum of RGB (Red+Green+Blue) = 20+58+139=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #143A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143A8B is #EBC574. Grayscale: #373737. Windows color (decimal): -15451509 or 9124372. OLE color: 9124372.

HSL color Cylindrical-coordinate representation of color #143A8B: hue angle of 220.84º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143A8B is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2058139-
CMYK0.860.5800.45
HSL220.84º74.84%31.18%-
HSV(B)220.84º85.61%54.51%-
XYZ6.465.0425.06-
YUV55.87174.91102.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 58 (23.05% from 255) = 26.73%
BLUE value IS 139 (54.69% from 255) = 64.06%
R=9.22%
G=26.73%
B=64.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20581390.860.5800.45220.8474.8431.18
Hex143A8B563A02Ddd4b1f
Octal24722131267205533511337
Binary10100111010100010111010110111010010110111011101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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