Html Css Color HEX #14398D Smalt

📋 copy color: '#14398D'

red 20 ◦ green 57 ◦ blue 141

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

Shades of Smalt #14398D

Tints of Smalt #14398D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.15%

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

R = 9.17%
G = 26.15%
B = 64.68%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14398D (or 0x14398D) is known color: Smalt. HEX triplet: 14, 39 and 8D. RGB value is (20,57,141). Sum of RGB (Red+Green+Blue) = 20+57+141=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #14398D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14398D is #EBC672. Grayscale: #373737. Windows color (decimal): -15451763 or 9255188. OLE color: 9255188.

HSL color Cylindrical-coordinate representation of color #14398D: hue angle of 221.65º 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 #14398D is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 57 141 -
CMYK 0.86 0.60 0 0.45
HSL 221.65º 0.75% 0.32% -
HSV(B) 221.65º 0.86% 0.55% -
XYZ 6.56 5 25.82 -
YUV 55.51 176.24 102.67 -
System Red Green Blue C M Y K H S L
Decimal 20 57 141 0.86 0.60 0 0.45 221.65 0.75 0.32
Hex 14 39 8D 56 3C 0 2D DE 4B 20
Octal 24 71 215 126 74 0 55 336 113 40
Binary 10100 111001 10001101 1010110 111100 0 101101 11011110 1001011 100000

Color Harmonies of #14398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14398D

Black with #14398D

Text Example


Text Example

White with #14398D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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