Html Css Color HEX #14398E Smalt

📋 copy color: '#14398E'

red 20 ◦ green 57 ◦ blue 142

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

Shades of Smalt #14398E

Tints of Smalt #14398E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 64.84%

R = 9.13%
G = 26.03%
B = 64.84%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14398E (or 0x14398E) is known color: Smalt. HEX triplet: 14, 39 and 8E. RGB value is (20,57,142). Sum of RGB (Red+Green+Blue) = 20+57+142=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 142 (55.86% from 255 or 64.84% from 219); Max value from RGB is 142 - color contains mainly: blue. Hex color #14398E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14398E is #EBC671. Grayscale: #373737. Windows color (decimal): -15451762 or 9320724. OLE color: 9320724.

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

Color convert

RGB 20 57 142 -
CMYK 0.86 0.60 0 0.44
HSL 221.8º 0.75% 0.32% -
HSV(B) 221.8º 0.86% 0.56% -
XYZ 6.63 5.03 26.21 -
YUV 55.63 176.74 102.59 -
System Red Green Blue C M Y K H S L
Decimal 20 57 142 0.86 0.60 0 0.44 221.8 0.75 0.32
Hex 14 39 8E 56 3C 0 2C DE 4B 20
Octal 24 71 216 126 74 0 54 336 113 40
Binary 10100 111001 10001110 1010110 111100 0 101100 11011110 1001011 100000

Color Harmonies of #14398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14398E

Black with #14398E

Text Example


Text Example

White with #14398E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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