Html Css Color HEX #143388 Smalt

📋 copy color: '#143388'

red 20 ◦ green 51 ◦ blue 136

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

Shades of Smalt #143388

Tints of Smalt #143388

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.64%

 BLUE value IS 136 (53.52% from 255) = 65.7%

R = 9.66%
G = 24.64%
B = 65.7%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#143388 (or 0x143388) is known color: Smalt. HEX triplet: 14, 33 and 88. RGB value is (20,51,136). Sum of RGB (Red+Green+Blue) = 20+51+136=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 136 (53.52% from 255 or 65.70% from 207); Max value from RGB is 136 - color contains mainly: blue. Hex color #143388 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143388 is #EBCC77. Grayscale: #333333. Windows color (decimal): -15453304 or 8925972. OLE color: 8925972.

HSL color Cylindrical-coordinate representation of color #143388: hue angle of 223.97º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143388 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 51 136 -
CMYK 0.85 0.62 0 0.47
HSL 223.97º 0.74% 0.31% -
HSV(B) 223.97º 0.85% 0.53% -
XYZ 5.92 4.29 23.81 -
YUV 51.42 175.73 105.59 -
System Red Green Blue C M Y K H S L
Decimal 20 51 136 0.85 0.62 0 0.47 223.97 0.74 0.31
Hex 14 33 88 55 3E 0 2F E0 4A 1F
Octal 24 63 210 125 76 0 57 340 112 37
Binary 10100 110011 10001000 1010101 111110 0 101111 11100000 1001010 11111

Color Harmonies of #143388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143388

Black with #143388

Text Example


Text Example

White with #143388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143388; }

 p { color: rgb(20,51,136); }

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

background-color css

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

 a { background-color: rgb(20,51,136); }

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

border-color css

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

 span { border-color: rgb(20,51,136); }

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