Html Css Color HEX #14358C Smalt

📋 copy color: '#14358C'

red 20 ◦ green 53 ◦ blue 140

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

Shades of Smalt #14358C

Tints of Smalt #14358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 65.73%

R = 9.39%
G = 24.88%
B = 65.73%

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

#14358C (or 0x14358C) is known color: Smalt. HEX triplet: 14, 35 and 8C. RGB value is (20,53,140). Sum of RGB (Red+Green+Blue) = 20+53+140=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #14358C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14358C is #EBCA73. Grayscale: #343434. Windows color (decimal): -15452788 or 9188628. OLE color: 9188628.

HSL color Cylindrical-coordinate representation of color #14358C: hue angle of 223.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14358C is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 53 140 -
CMYK 0.86 0.62 0 0.45
HSL 223.5º 0.75% 0.31% -
HSV(B) 223.5º 0.86% 0.55% -
XYZ 6.3 4.59 25.36 -
YUV 53.05 177.07 104.43 -
System Red Green Blue C M Y K H S L
Decimal 20 53 140 0.86 0.62 0 0.45 223.5 0.75 0.31
Hex 14 35 8C 56 3E 0 2D E0 4B 1F
Octal 24 65 214 126 76 0 55 340 113 37
Binary 10100 110101 10001100 1010110 111110 0 101101 11100000 1001011 11111

Color Harmonies of #14358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14358C

Black with #14358C

Text Example


Text Example

White with #14358C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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