Html Css Color HEX #142789 Smalt

📋 copy color: '#142789'

red 20 ◦ green 39 ◦ blue 137

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

Shades of Smalt #142789

Tints of Smalt #142789

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.9%

 BLUE value IS 137 (53.91% from 255) = 69.9%

R = 10.2%
G = 19.9%
B = 69.9%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#142789 (or 0x142789) is known color: Smalt. HEX triplet: 14, 27 and 89. RGB value is (20,39,137). Sum of RGB (Red+Green+Blue) = 20+39+137=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 137 (53.91% from 255 or 69.90% from 196); Max value from RGB is 137 - color contains mainly: blue. Hex color #142789 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142789 is #EBD876. Grayscale: #2C2C2C. Windows color (decimal): -15456375 or 8988436. OLE color: 8988436.

HSL color Cylindrical-coordinate representation of color #142789: hue angle of 230.26º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142789 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 39 137 -
CMYK 0.85 0.72 0 0.46
HSL 230.26º 0.75% 0.31% -
HSV(B) 230.26º 0.85% 0.54% -
XYZ 5.53 3.41 24.03 -
YUV 44.49 180.21 110.53 -
System Red Green Blue C M Y K H S L
Decimal 20 39 137 0.85 0.72 0 0.46 230.26 0.75 0.31
Hex 14 27 89 55 48 0 2E E6 4B 1F
Octal 24 47 211 125 110 0 56 346 113 37
Binary 10100 100111 10001001 1010101 1001000 0 101110 11100110 1001011 11111

Color Harmonies of #142789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142789

Black with #142789

Text Example


Text Example

White with #142789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142789; }

 p { color: rgb(20,39,137); }

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

background-color css

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

 a { background-color: rgb(20,39,137); }

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

border-color css

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

 span { border-color: rgb(20,39,137); }

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