Html Css Color HEX #143384 Smalt

📋 copy color: '#143384'

red 20 ◦ green 51 ◦ blue 132

#143384
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #143384

Tints of Smalt #143384

RGB

 RED value IS 20 (8.2% 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 value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#143384 (or 0x143384) is known color: 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

RGB 20 51 132 -
CMYK 0.85 0.61 0 0.48
HSL 223.39º 0.74% 0.3% -
HSV(B) 223.39º 0.85% 0.52% -
XYZ 5.64 4.18 22.34 -
YUV 50.97 173.73 105.91 -
System Red Green Blue C M Y K H S L
Decimal 20 51 132 0.85 0.61 0 0.48 223.39 0.74 0.3
Hex 14 33 84 55 3D 0 30 DF 4A 1E
Octal 24 63 204 125 75 0 60 337 112 36
Binary 10100 110011 10000100 1010101 111101 0 110000 11011111 1001010 11110

Color Harmonies of #143384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143384

Black with #143384

Text Example


Text Example

White with #143384

Text Example


Text Example

HTML Codes & Css Web 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>