Html Css Color HEX #14338D Smalt

📋 copy color: '#14338D'

red 20 ◦ green 51 ◦ blue 141

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

Shades of Smalt #14338D

Tints of Smalt #14338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.06%

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

R = 9.43%
G = 24.06%
B = 66.51%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14338D (or 0x14338D) is known color: Smalt. HEX triplet: 14, 33 and 8D. RGB value is (20,51,141). Sum of RGB (Red+Green+Blue) = 20+51+141=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #14338D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14338D is #EBCC72. Grayscale: #333333. Windows color (decimal): -15453299 or 9253652. OLE color: 9253652.

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

Color convert

RGB 20 51 141 -
CMYK 0.86 0.64 0 0.45
HSL 224.63º 0.75% 0.32% -
HSV(B) 224.63º 0.86% 0.55% -
XYZ 6.28 4.44 25.73 -
YUV 51.99 178.23 105.18 -
System Red Green Blue C M Y K H S L
Decimal 20 51 141 0.86 0.64 0 0.45 224.63 0.75 0.32
Hex 14 33 8D 56 40 0 2D E1 4B 20
Octal 24 63 215 126 100 0 55 341 113 40
Binary 10100 110011 10001101 1010110 1000000 0 101101 11100001 1001011 100000

Color Harmonies of #14338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14338D

Black with #14338D

Text Example


Text Example

White with #14338D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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