Html Css Color HEX #14348D Smalt

📋 copy color: '#14348D'

red 20 ◦ green 52 ◦ blue 141

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

Shades of Smalt #14348D

Tints of Smalt #14348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.41%

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

R = 9.39%
G = 24.41%
B = 66.2%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14348D (or 0x14348D) is known color: Smalt. HEX triplet: 14, 34 and 8D. RGB value is (20,52,141). Sum of RGB (Red+Green+Blue) = 20+52+141=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #14348D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14348D is #EBCB72. Grayscale: #343434. Windows color (decimal): -15453043 or 9253908. OLE color: 9253908.

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

Color convert

RGB 20 52 141 -
CMYK 0.86 0.63 0 0.45
HSL 224.13º 0.75% 0.32% -
HSV(B) 224.13º 0.86% 0.55% -
XYZ 6.32 4.53 25.74 -
YUV 52.58 177.9 104.76 -
System Red Green Blue C M Y K H S L
Decimal 20 52 141 0.86 0.63 0 0.45 224.13 0.75 0.32
Hex 14 34 8D 56 3F 0 2D E0 4B 20
Octal 24 64 215 126 77 0 55 340 113 40
Binary 10100 110100 10001101 1010110 111111 0 101101 11100000 1001011 100000

Color Harmonies of #14348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14348D

Black with #14348D

Text Example


Text Example

White with #14348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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