Html Css Color HEX #14378F Smalt

📋 copy color: '#14378F'

red 20 ◦ green 55 ◦ blue 143

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

Shades of Smalt #14378F

Tints of Smalt #14378F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 65.6%

R = 9.17%
G = 25.23%
B = 65.6%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14378F (or 0x14378F) is known color: Smalt. HEX triplet: 14, 37 and 8F. RGB value is (20,55,143). Sum of RGB (Red+Green+Blue) = 20+55+143=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 143 (56.25% from 255 or 65.60% from 218); Max value from RGB is 143 - color contains mainly: blue. Hex color #14378F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14378F is #EBC870. Grayscale: #363636. Windows color (decimal): -15452273 or 9385748. OLE color: 9385748.

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

Color convert

RGB 20 55 143 -
CMYK 0.86 0.62 0 0.44
HSL 222.93º 0.75% 0.32% -
HSV(B) 222.93º 0.86% 0.56% -
XYZ 6.61 4.86 26.58 -
YUV 54.57 177.9 103.34 -
System Red Green Blue C M Y K H S L
Decimal 20 55 143 0.86 0.62 0 0.44 222.93 0.75 0.32
Hex 14 37 8F 56 3E 0 2C DF 4B 20
Octal 24 67 217 126 76 0 54 337 113 40
Binary 10100 110111 10001111 1010110 111110 0 101100 11011111 1001011 100000

Color Harmonies of #14378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14378F

Black with #14378F

Text Example


Text Example

White with #14378F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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