Html Css Color HEX #143485 Smalt

📋 copy color: '#143485'

red 20 ◦ green 52 ◦ blue 133

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

Shades of Smalt #143485

Tints of Smalt #143485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.37%

 BLUE value IS 133 (52.34% from 255) = 64.88%

R = 9.76%
G = 25.37%
B = 64.88%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#143485 (or 0x143485) is known color: Smalt. HEX triplet: 14, 34 and 85. RGB value is (20,52,133). Sum of RGB (Red+Green+Blue) = 20+52+133=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #143485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143485 is #EBCB7A. Grayscale: #333333. Windows color (decimal): -15453051 or 8729620. OLE color: 8729620.

HSL color Cylindrical-coordinate representation of color #143485: hue angle of 223.01º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143485 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 52 133 -
CMYK 0.85 0.61 0 0.48
HSL 223.01º 0.74% 0.3% -
HSV(B) 223.01º 0.85% 0.52% -
XYZ 5.75 4.3 22.72 -
YUV 51.67 173.9 105.41 -
System Red Green Blue C M Y K H S L
Decimal 20 52 133 0.85 0.61 0 0.48 223.01 0.74 0.3
Hex 14 34 85 55 3D 0 30 DF 4A 1E
Octal 24 64 205 125 75 0 60 337 112 36
Binary 10100 110100 10000101 1010101 111101 0 110000 11011111 1001010 11110

Color Harmonies of #143485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143485

Black with #143485

Text Example


Text Example

White with #143485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143485; }

 p { color: rgb(20,52,133); }

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

background-color css

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

 a { background-color: rgb(20,52,133); }

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

border-color css

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

 span { border-color: rgb(20,52,133); }

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