#143384

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

Shades of Smalt #143384

Tints of Smalt #143384

Color information

#143384 (or 0x143384) is unknown color: approx Smalt. HEX triplet: 14, 33 and 84. RGB value is (20,51,132). Sum of RGB (Red+Green+Blue) = 20+51+132=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #143384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143384 is #EBCC7B. Grayscale: #323232. Windows color (decimal): -15453308 or 8663828. OLE color: 8663828.

HSL color Cylindrical-coordinate representation of color #143384: hue angle of 223.39º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143384 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2051132-
CMYK0.850.6100.48
HSL223.39º73.68%29.8%-
HSV(B)223.39º84.85%51.76%-
XYZ5.644.1822.34-
YUV50.96173.73105.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 132 (51.95% from 255) = 65.02%
R=9.85%
G=25.12%
B=65.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20511320.850.6100.48223.3973.6829.8
Hex143384553D030df4a1e
Octal24632041257506033711236
Binary10100110011100001001010101111101011000011011111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143384; }

 p { color: rgb(20,51,132); }

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

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

 a { background-color: rgb(20,51,132); }

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

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

 span { border-color: rgb(20,51,132); }

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