Html Css Color HEX #143084 Smalt

📋 copy color: '#143084'

red 20 ◦ green 48 ◦ blue 132

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

Shades of Smalt #143084

Tints of Smalt #143084

RGB

 RED value IS 20 (8.2% from 255) = 10%

 GREEN value IS 48 (19.14% from 255) = 24%

 BLUE value IS 132 (51.95% from 255) = 66%

R = 10%
G = 24%
B = 66%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#143084 (or 0x143084) is known color: Smalt. HEX triplet: 14, 30 and 84. RGB value is (20,48,132). Sum of RGB (Red+Green+Blue) = 20+48+132=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #143084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143084 is #EBCF7B. Grayscale: #303030. Windows color (decimal): -15454076 or 8663060. OLE color: 8663060.

HSL color Cylindrical-coordinate representation of color #143084: hue angle of 225º 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 #143084 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 48 132 -
CMYK 0.85 0.64 0 0.48
HSL 225º 0.74% 0.3% -
HSV(B) 225º 0.85% 0.52% -
XYZ 5.51 3.93 22.3 -
YUV 49.2 174.72 107.17 -
System Red Green Blue C M Y K H S L
Decimal 20 48 132 0.85 0.64 0 0.48 225 0.74 0.3
Hex 14 30 84 55 40 0 30 E1 4A 1E
Octal 24 60 204 125 100 0 60 341 112 36
Binary 10100 110000 10000100 1010101 1000000 0 110000 11100001 1001010 11110

Color Harmonies of #143084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143084

Black with #143084

Text Example


Text Example

White with #143084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143084; }

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

 H1.HeaderClassName
 {
   color: #143084;
 }
 .AnyTagClassName
 {
   color: #143084;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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