Html Css Color HEX #146ABD Denim

📋 copy color: '#146ABD'

red 20 ◦ green 106 ◦ blue 189

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

Shades of Denim #146ABD

Tints of Denim #146ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60%

R = 6.35%
G = 33.65%
B = 60%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#146ABD (or 0x146ABD) is known color: Denim. HEX triplet: 14, 6A and BD. RGB value is (20,106,189). Sum of RGB (Red+Green+Blue) = 20+106+189=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #146ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ABD is #EB9542. Grayscale: #595959. Windows color (decimal): -15439171 or 12413460. OLE color: 12413460.

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

Color convert

RGB 20 106 189 -
CMYK 0.89 0.44 0 0.26
HSL 209.47º 0.81% 0.41% -
HSV(B) 209.47º 0.89% 0.74% -
XYZ 14.63 14.13 50.1 -
YUV 89.75 184.01 78.25 -
System Red Green Blue C M Y K H S L
Decimal 20 106 189 0.89 0.44 0 0.26 209.47 0.81 0.41
Hex 14 6A BD 59 2C 0 1A D1 51 29
Octal 24 152 275 131 54 0 32 321 121 51
Binary 10100 1101010 10111101 1011001 101100 0 11010 11010001 1010001 101001

Color Harmonies of #146ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146ABD

Black with #146ABD

Text Example


Text Example

White with #146ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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