Html Css Color HEX #146ABB Denim

📋 copy color: '#146ABB'

red 20 ◦ green 106 ◦ blue 187

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

Shades of Denim #146ABB

Tints of Denim #146ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.74%

R = 6.39%
G = 33.87%
B = 59.74%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#146ABB (or 0x146ABB) is known color: Denim. HEX triplet: 14, 6A and BB. RGB value is (20,106,187). Sum of RGB (Red+Green+Blue) = 20+106+187=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #146ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ABB is #EB9544. Grayscale: #595959. Windows color (decimal): -15439173 or 12282388. OLE color: 12282388.

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

Color convert

RGB 20 106 187 -
CMYK 0.89 0.43 0 0.27
HSL 209.1º 0.81% 0.41% -
HSV(B) 209.1º 0.89% 0.73% -
XYZ 14.41 14.04 48.97 -
YUV 89.52 183.01 78.41 -
System Red Green Blue C M Y K H S L
Decimal 20 106 187 0.89 0.43 0 0.27 209.1 0.81 0.41
Hex 14 6A BB 59 2B 0 1B D1 51 29
Octal 24 152 273 131 53 0 33 321 121 51
Binary 10100 1101010 10111011 1011001 101011 0 11011 11010001 1010001 101001

Color Harmonies of #146ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146ABB

Black with #146ABB

Text Example


Text Example

White with #146ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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