Html Css Color HEX #143285 Smalt

📋 copy color: '#143285'

red 20 ◦ green 50 ◦ blue 133

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

Shades of Smalt #143285

Tints of Smalt #143285

RGB

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

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

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

R = 9.85%
G = 24.63%
B = 65.52%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#143285 (or 0x143285) is known color: Smalt. HEX triplet: 14, 32 and 85. RGB value is (20,50,133). Sum of RGB (Red+Green+Blue) = 20+50+133=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #143285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143285 is #EBCD7A. Grayscale: #323232. Windows color (decimal): -15453563 or 8729108. OLE color: 8729108.

HSL color Cylindrical-coordinate representation of color #143285: hue angle of 224.07º 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 #143285 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 50 133 -
CMYK 0.85 0.62 0 0.48
HSL 224.07º 0.74% 0.3% -
HSV(B) 224.07º 0.85% 0.52% -
XYZ 5.66 4.12 22.69 -
YUV 50.49 174.56 106.25 -
System Red Green Blue C M Y K H S L
Decimal 20 50 133 0.85 0.62 0 0.48 224.07 0.74 0.3
Hex 14 32 85 55 3E 0 30 E0 4A 1E
Octal 24 62 205 125 76 0 60 340 112 36
Binary 10100 110010 10000101 1010101 111110 0 110000 11100000 1001010 11110

Color Harmonies of #143285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143285

Black with #143285

Text Example


Text Example

White with #143285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143285; }

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

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

background-color css

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

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

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

border-color css

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

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

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