Html Css Color HEX #142B86 Smalt

📋 copy color: '#142B86'

red 20 ◦ green 43 ◦ blue 134

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

Shades of Smalt #142B86

Tints of Smalt #142B86

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.83%

 BLUE value IS 134 (52.73% from 255) = 68.02%

R = 10.15%
G = 21.83%
B = 68.02%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#142B86 (or 0x142B86) is known color: Smalt. HEX triplet: 14, 2B and 86. RGB value is (20,43,134). Sum of RGB (Red+Green+Blue) = 20+43+134=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 134 (52.73% from 255 or 68.02% from 197); Max value from RGB is 134 - color contains mainly: blue. Hex color #142B86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142B86 is #EBD479. Grayscale: #2E2E2E. Windows color (decimal): -15455354 or 8792852. OLE color: 8792852.

HSL color Cylindrical-coordinate representation of color #142B86: hue angle of 227.89º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142B86 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 43 134 -
CMYK 0.85 0.68 0 0.47
HSL 227.89º 0.74% 0.3% -
HSV(B) 227.89º 0.85% 0.53% -
XYZ 5.46 3.6 22.96 -
YUV 46.5 177.38 109.1 -
System Red Green Blue C M Y K H S L
Decimal 20 43 134 0.85 0.68 0 0.47 227.89 0.74 0.3
Hex 14 2B 86 55 44 0 2F E4 4A 1E
Octal 24 53 206 125 104 0 57 344 112 36
Binary 10100 101011 10000110 1010101 1000100 0 101111 11100100 1001010 11110

Color Harmonies of #142B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142B86

Black with #142B86

Text Example


Text Example

White with #142B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,43,134); }

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

background-color css

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

 a { background-color: rgb(20,43,134); }

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

border-color css

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

 span { border-color: rgb(20,43,134); }

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