Html Css Color HEX #14378D Smalt

📋 copy color: '#14378D'

red 20 ◦ green 55 ◦ blue 141

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

Shades of Smalt #14378D

Tints of Smalt #14378D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.46%

 BLUE value IS 141 (55.47% from 255) = 65.28%

R = 9.26%
G = 25.46%
B = 65.28%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14378D (or 0x14378D) is known color: Smalt. HEX triplet: 14, 37 and 8D. RGB value is (20,55,141). Sum of RGB (Red+Green+Blue) = 20+55+141=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #14378D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14378D is #EBC872. Grayscale: #353535. Windows color (decimal): -15452275 or 9254676. OLE color: 9254676.

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

Color convert

RGB 20 55 141 -
CMYK 0.86 0.61 0 0.45
HSL 222.64º 0.75% 0.32% -
HSV(B) 222.64º 0.86% 0.55% -
XYZ 6.46 4.8 25.79 -
YUV 54.34 176.9 103.51 -
System Red Green Blue C M Y K H S L
Decimal 20 55 141 0.86 0.61 0 0.45 222.64 0.75 0.32
Hex 14 37 8D 56 3D 0 2D DF 4B 20
Octal 24 67 215 126 75 0 55 337 113 40
Binary 10100 110111 10001101 1010110 111101 0 101101 11011111 1001011 100000

Color Harmonies of #14378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14378D

Black with #14378D

Text Example


Text Example

White with #14378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14378D; }

 p { color: rgb(20,55,141); }

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

background-color css

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

 a { background-color: rgb(20,55,141); }

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

border-color css

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

 span { border-color: rgb(20,55,141); }

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