Html Css Color HEX #14388F Smalt

📋 copy color: '#14388F'

red 20 ◦ green 56 ◦ blue 143

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

Shades of Smalt #14388F

Tints of Smalt #14388F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.57%

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

R = 9.13%
G = 25.57%
B = 65.3%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14388F (or 0x14388F) is known color: Smalt. HEX triplet: 14, 38 and 8F. RGB value is (20,56,143). Sum of RGB (Red+Green+Blue) = 20+56+143=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 143 (56.25% from 255 or 65.30% from 219); Max value from RGB is 143 - color contains mainly: blue. Hex color #14388F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14388F is #EBC770. Grayscale: #363636. Windows color (decimal): -15452017 or 9386004. OLE color: 9386004.

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

Color convert

RGB 20 56 143 -
CMYK 0.86 0.61 0 0.44
HSL 222.44º 0.75% 0.32% -
HSV(B) 222.44º 0.86% 0.56% -
XYZ 6.66 4.96 26.59 -
YUV 55.15 177.57 102.93 -
System Red Green Blue C M Y K H S L
Decimal 20 56 143 0.86 0.61 0 0.44 222.44 0.75 0.32
Hex 14 38 8F 56 3D 0 2C DE 4B 20
Octal 24 70 217 126 75 0 54 336 113 40
Binary 10100 111000 10001111 1010110 111101 0 101100 11011110 1001011 100000

Color Harmonies of #14388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14388F

Black with #14388F

Text Example


Text Example

White with #14388F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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