Html Css Color HEX #142B8C Smalt

📋 copy color: '#142B8C'

red 20 ◦ green 43 ◦ blue 140

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

Shades of Smalt #142B8C

Tints of Smalt #142B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 68.97%

R = 9.85%
G = 21.18%
B = 68.97%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#142B8C (or 0x142B8C) is known color: Smalt. HEX triplet: 14, 2B and 8C. RGB value is (20,43,140). Sum of RGB (Red+Green+Blue) = 20+43+140=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #142B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142B8C is #EBD473. Grayscale: #2E2E2E. Windows color (decimal): -15455348 or 9186068. OLE color: 9186068.

HSL color Cylindrical-coordinate representation of color #142B8C: hue angle of 228.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142B8C is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 43 140 -
CMYK 0.86 0.69 0 0.45
HSL 228.5º 0.75% 0.31% -
HSV(B) 228.5º 0.86% 0.55% -
XYZ 5.89 3.77 25.23 -
YUV 47.18 180.38 108.61 -
System Red Green Blue C M Y K H S L
Decimal 20 43 140 0.86 0.69 0 0.45 228.5 0.75 0.31
Hex 14 2B 8C 56 45 0 2D E4 4B 1F
Octal 24 53 214 126 105 0 55 344 113 37
Binary 10100 101011 10001100 1010110 1000101 0 101101 11100100 1001011 11111

Color Harmonies of #142B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142B8C

Black with #142B8C

Text Example


Text Example

White with #142B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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