Html Css Color HEX #14358F Smalt

📋 copy color: '#14358F'

red 20 ◦ green 53 ◦ blue 143

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

Shades of Smalt #14358F

Tints of Smalt #14358F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 66.2%

R = 9.26%
G = 24.54%
B = 66.2%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14358F (or 0x14358F) is known color: Smalt. HEX triplet: 14, 35 and 8F. RGB value is (20,53,143). Sum of RGB (Red+Green+Blue) = 20+53+143=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 143 (56.25% from 255 or 66.20% from 216); Max value from RGB is 143 - color contains mainly: blue. Hex color #14358F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14358F is #EBCA70. Grayscale: #353535. Windows color (decimal): -15452785 or 9385236. OLE color: 9385236.

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

Color convert

RGB 20 53 143 -
CMYK 0.86 0.63 0 0.44
HSL 223.9º 0.75% 0.32% -
HSV(B) 223.9º 0.86% 0.56% -
XYZ 6.52 4.68 26.55 -
YUV 53.39 178.57 104.18 -
System Red Green Blue C M Y K H S L
Decimal 20 53 143 0.86 0.63 0 0.44 223.9 0.75 0.32
Hex 14 35 8F 56 3F 0 2C E0 4B 20
Octal 24 65 217 126 77 0 54 340 113 40
Binary 10100 110101 10001111 1010110 111111 0 101100 11100000 1001011 100000

Color Harmonies of #14358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14358F

Black with #14358F

Text Example


Text Example

White with #14358F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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