Html Css Color HEX #146DB6 Denim

📋 copy color: '#146DB6'

red 20 ◦ green 109 ◦ blue 182

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

Shades of Denim #146DB6

Tints of Denim #146DB6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.05%

 BLUE value IS 182 (71.48% from 255) = 58.52%

R = 6.43%
G = 35.05%
B = 58.52%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#146DB6 (or 0x146DB6) is known color: Denim. HEX triplet: 14, 6D and B6. RGB value is (20,109,182). Sum of RGB (Red+Green+Blue) = 20+109+182=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 182 (71.48% from 255 or 58.52% from 311); Max value from RGB is 182 - color contains mainly: blue. Hex color #146DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DB6 is #EB9249. Grayscale: #5A5A5A. Windows color (decimal): -15438410 or 11955476. OLE color: 11955476.

HSL color Cylindrical-coordinate representation of color #146DB6: hue angle of 207.04º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #146DB6 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 109 182 -
CMYK 0.89 0.40 0 0.29
HSL 207.04º 0.8% 0.4% -
HSV(B) 207.04º 0.89% 0.71% -
XYZ 14.2 14.46 46.3 -
YUV 90.71 179.51 77.56 -
System Red Green Blue C M Y K H S L
Decimal 20 109 182 0.89 0.40 0 0.29 207.04 0.8 0.4
Hex 14 6D B6 59 28 0 1D CF 50 28
Octal 24 155 266 131 50 0 35 317 120 50
Binary 10100 1101101 10110110 1011001 101000 0 11101 11001111 1010000 101000

Color Harmonies of #146DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146DB6

Black with #146DB6

Text Example


Text Example

White with #146DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,109,182); }

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

background-color css

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

 a { background-color: rgb(20,109,182); }

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

border-color css

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

 span { border-color: rgb(20,109,182); }

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