Html Css Color HEX #142D84 Smalt

📋 copy color: '#142D84'

red 20 ◦ green 45 ◦ blue 132

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

Shades of Smalt #142D84

Tints of Smalt #142D84

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.84%

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

R = 10.15%
G = 22.84%
B = 67.01%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#142D84 (or 0x142D84) is known color: Smalt. HEX triplet: 14, 2D and 84. RGB value is (20,45,132). Sum of RGB (Red+Green+Blue) = 20+45+132=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 132 (51.95% from 255 or 67.01% from 197); Max value from RGB is 132 - color contains mainly: blue. Hex color #142D84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142D84 is #EBD27B. Grayscale: #2F2F2F. Windows color (decimal): -15454844 or 8662292. OLE color: 8662292.

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

Color convert

RGB 20 45 132 -
CMYK 0.85 0.66 0 0.48
HSL 226.61º 0.74% 0.3% -
HSV(B) 226.61º 0.85% 0.52% -
XYZ 5.39 3.69 22.26 -
YUV 47.44 175.72 108.43 -
System Red Green Blue C M Y K H S L
Decimal 20 45 132 0.85 0.66 0 0.48 226.61 0.74 0.3
Hex 14 2D 84 55 42 0 30 E3 4A 1E
Octal 24 55 204 125 102 0 60 343 112 36
Binary 10100 101101 10000100 1010101 1000010 0 110000 11100011 1001010 11110

Color Harmonies of #142D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142D84

Black with #142D84

Text Example


Text Example

White with #142D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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