Html Css Color HEX #14328C Smalt

📋 copy color: '#14328C'

red 20 ◦ green 50 ◦ blue 140

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

Shades of Smalt #14328C

Tints of Smalt #14328C

RGB

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

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

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

R = 9.52%
G = 23.81%
B = 66.67%

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

#14328C (or 0x14328C) is known color: Smalt. HEX triplet: 14, 32 and 8C. RGB value is (20,50,140). Sum of RGB (Red+Green+Blue) = 20+50+140=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 140 (55.08% from 255 or 66.67% from 210); Max value from RGB is 140 - color contains mainly: blue. Hex color #14328C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14328C is #EBCD73. Grayscale: #323232. Windows color (decimal): -15453556 or 9187860. OLE color: 9187860.

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

Color convert

RGB 20 50 140 -
CMYK 0.86 0.64 0 0.45
HSL 225º 0.75% 0.31% -
HSV(B) 225º 0.86% 0.55% -
XYZ 6.16 4.32 25.32 -
YUV 51.29 178.06 105.68 -
System Red Green Blue C M Y K H S L
Decimal 20 50 140 0.86 0.64 0 0.45 225 0.75 0.31
Hex 14 32 8C 56 40 0 2D E1 4B 1F
Octal 24 62 214 126 100 0 55 341 113 37
Binary 10100 110010 10001100 1010110 1000000 0 101101 11100001 1001011 11111

Color Harmonies of #14328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14328C

Black with #14328C

Text Example


Text Example

White with #14328C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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