Html Css Color HEX #146EC1 Denim

📋 copy color: '#146EC1'

red 20 ◦ green 110 ◦ blue 193

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

Shades of Denim #146EC1

Tints of Denim #146EC1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.06%

 BLUE value IS 193 (75.78% from 255) = 59.75%

R = 6.19%
G = 34.06%
B = 59.75%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#146EC1 (or 0x146EC1) is known color: Denim. HEX triplet: 14, 6E and C1. RGB value is (20,110,193). Sum of RGB (Red+Green+Blue) = 20+110+193=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 193 (75.78% from 255 or 59.75% from 323); Max value from RGB is 193 - color contains mainly: blue. Hex color #146EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146EC1 is #EB913E. Grayscale: #5C5C5C. Windows color (decimal): -15438143 or 12676628. OLE color: 12676628.

HSL color Cylindrical-coordinate representation of color #146EC1: hue angle of 208.79º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146EC1 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 110 193 -
CMYK 0.90 0.43 0 0.24
HSL 208.79º 0.81% 0.42% -
HSV(B) 208.79º 0.9% 0.76% -
XYZ 15.49 15.15 52.56 -
YUV 92.55 184.68 76.25 -
System Red Green Blue C M Y K H S L
Decimal 20 110 193 0.90 0.43 0 0.24 208.79 0.81 0.42
Hex 14 6E C1 5A 2B 0 18 D1 51 2A
Octal 24 156 301 132 53 0 30 321 121 52
Binary 10100 1101110 11000001 1011010 101011 0 11000 11010001 1010001 101010

Color Harmonies of #146EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146EC1

Black with #146EC1

Text Example


Text Example

White with #146EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146EC1; }

 p { color: rgb(20,110,193); }

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

background-color css

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

 a { background-color: rgb(20,110,193); }

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

border-color css

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

 span { border-color: rgb(20,110,193); }

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