Html Css Color HEX #146DC5 Denim

📋 copy color: '#146DC5'

red 20 ◦ green 109 ◦ blue 197

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

Shades of Denim #146DC5

Tints of Denim #146DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 60.43%

R = 6.13%
G = 33.44%
B = 60.43%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#146DC5 (or 0x146DC5) is known color: Denim. HEX triplet: 14, 6D and C5. RGB value is (20,109,197). Sum of RGB (Red+Green+Blue) = 20+109+197=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 197 (77.34% from 255 or 60.43% from 326); Max value from RGB is 197 - color contains mainly: blue. Hex color #146DC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DC5 is #EB923A. Grayscale: #5B5B5B. Windows color (decimal): -15438395 or 12938516. OLE color: 12938516.

HSL color Cylindrical-coordinate representation of color #146DC5: hue angle of 209.83º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146DC5 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 20 109 197 -
CMYK 0.90 0.45 0 0.23
HSL 209.83º 0.82% 0.43% -
HSV(B) 209.83º 0.9% 0.77% -
XYZ 15.84 15.12 54.91 -
YUV 92.42 187.01 76.34 -
System Red Green Blue C M Y K H S L
Decimal 20 109 197 0.90 0.45 0 0.23 209.83 0.82 0.43
Hex 14 6D C5 5A 2D 0 17 D2 52 2B
Octal 24 155 305 132 55 0 27 322 122 53
Binary 10100 1101101 11000101 1011010 101101 0 10111 11010010 1010010 101011

Color Harmonies of #146DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146DC5

Black with #146DC5

Text Example


Text Example

White with #146DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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