Html Css Color HEX #14328D Smalt

📋 copy color: '#14328D'

red 20 ◦ green 50 ◦ blue 141

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

Shades of Smalt #14328D

Tints of Smalt #14328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.7%

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

R = 9.48%
G = 23.7%
B = 66.82%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14328D (or 0x14328D) is known color: Smalt. HEX triplet: 14, 32 and 8D. RGB value is (20,50,141). Sum of RGB (Red+Green+Blue) = 20+50+141=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #14328D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14328D is #EBCD72. Grayscale: #333333. Windows color (decimal): -15453555 or 9253396. OLE color: 9253396.

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

Color convert

RGB 20 50 141 -
CMYK 0.86 0.65 0 0.45
HSL 225.12º 0.75% 0.32% -
HSV(B) 225.12º 0.86% 0.55% -
XYZ 6.24 4.35 25.71 -
YUV 51.4 178.56 105.6 -
System Red Green Blue C M Y K H S L
Decimal 20 50 141 0.86 0.65 0 0.45 225.12 0.75 0.32
Hex 14 32 8D 56 41 0 2D E1 4B 20
Octal 24 62 215 126 101 0 55 341 113 40
Binary 10100 110010 10001101 1010110 1000001 0 101101 11100001 1001011 100000

Color Harmonies of #14328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14328D

Black with #14328D

Text Example


Text Example

White with #14328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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