Html Css Color HEX #14358D Smalt

📋 copy color: '#14358D'

red 20 ◦ green 53 ◦ blue 141

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

Shades of Smalt #14358D

Tints of Smalt #14358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.77%

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

R = 9.35%
G = 24.77%
B = 65.89%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14358D (or 0x14358D) is known color: Smalt. HEX triplet: 14, 35 and 8D. RGB value is (20,53,141). Sum of RGB (Red+Green+Blue) = 20+53+141=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #14358D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14358D is #EBCA72. Grayscale: #343434. Windows color (decimal): -15452787 or 9254164. OLE color: 9254164.

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

Color convert

RGB 20 53 141 -
CMYK 0.86 0.62 0 0.45
HSL 223.64º 0.75% 0.32% -
HSV(B) 223.64º 0.86% 0.55% -
XYZ 6.37 4.62 25.75 -
YUV 53.17 177.57 104.34 -
System Red Green Blue C M Y K H S L
Decimal 20 53 141 0.86 0.62 0 0.45 223.64 0.75 0.32
Hex 14 35 8D 56 3E 0 2D E0 4B 20
Octal 24 65 215 126 76 0 55 340 113 40
Binary 10100 110101 10001101 1010110 111110 0 101101 11100000 1001011 100000

Color Harmonies of #14358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14358D

Black with #14358D

Text Example


Text Example

White with #14358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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