Html Css Color HEX #14368F Smalt

📋 copy color: '#14368F'

red 20 ◦ green 54 ◦ blue 143

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

Shades of Smalt #14368F

Tints of Smalt #14368F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.88%

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

R = 9.22%
G = 24.88%
B = 65.9%

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

#14368F (or 0x14368F) is known color: Smalt. HEX triplet: 14, 36 and 8F. RGB value is (20,54,143). Sum of RGB (Red+Green+Blue) = 20+54+143=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 143 (56.25% from 255 or 65.90% from 217); Max value from RGB is 143 - color contains mainly: blue. Hex color #14368F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14368F is #EBC970. Grayscale: #353535. Windows color (decimal): -15452529 or 9385492. OLE color: 9385492.

HSL color Cylindrical-coordinate representation of color #14368F: hue angle of 223.41º 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 #14368F is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 54 143 -
CMYK 0.86 0.62 0 0.44
HSL 223.41º 0.75% 0.32% -
HSV(B) 223.41º 0.86% 0.56% -
XYZ 6.57 4.77 26.56 -
YUV 53.98 178.24 103.76 -
System Red Green Blue C M Y K H S L
Decimal 20 54 143 0.86 0.62 0 0.44 223.41 0.75 0.32
Hex 14 36 8F 56 3E 0 2C DF 4B 20
Octal 24 66 217 126 76 0 54 337 113 40
Binary 10100 110110 10001111 1010110 111110 0 101100 11011111 1001011 100000

Color Harmonies of #14368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14368F

Black with #14368F

Text Example


Text Example

White with #14368F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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