Html Css Color HEX #146ABE Denim

📋 copy color: '#146ABE'

red 20 ◦ green 106 ◦ blue 190

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

Shades of Denim #146ABE

Tints of Denim #146ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.54%

 BLUE value IS 190 (74.61% from 255) = 60.13%

R = 6.33%
G = 33.54%
B = 60.13%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#146ABE (or 0x146ABE) is known color: Denim. HEX triplet: 14, 6A and BE. RGB value is (20,106,190). Sum of RGB (Red+Green+Blue) = 20+106+190=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #146ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ABE is #EB9541. Grayscale: #595959. Windows color (decimal): -15439170 or 12478996. OLE color: 12478996.

HSL color Cylindrical-coordinate representation of color #146ABE: hue angle of 209.65º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #146ABE is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 106 190 -
CMYK 0.89 0.44 0 0.25
HSL 209.65º 0.81% 0.41% -
HSV(B) 209.65º 0.89% 0.75% -
XYZ 14.74 14.17 50.67 -
YUV 89.86 184.51 78.17 -
System Red Green Blue C M Y K H S L
Decimal 20 106 190 0.89 0.44 0 0.25 209.65 0.81 0.41
Hex 14 6A BE 59 2C 0 19 D2 51 29
Octal 24 152 276 131 54 0 31 322 121 51
Binary 10100 1101010 10111110 1011001 101100 0 11001 11010010 1010001 101001

Color Harmonies of #146ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146ABE

Black with #146ABE

Text Example


Text Example

White with #146ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,106,190); }

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

background-color css

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

 a { background-color: rgb(20,106,190); }

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

border-color css

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

 span { border-color: rgb(20,106,190); }

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