Html Css Color HEX #106EC4 Denim

📋 copy color: '#106EC4'

red 16 ◦ green 110 ◦ blue 196

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

Shades of Denim #106EC4

Tints of Denim #106EC4

RGB

 RED value IS 16 (6.64% from 255) = 4.97%

 GREEN value IS 110 (43.36% from 255) = 34.16%

 BLUE value IS 196 (76.95% from 255) = 60.87%

R = 4.97%
G = 34.16%
B = 60.87%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#106EC4 (or 0x106EC4) is known color: Denim. HEX triplet: 10, 6E and C4. RGB value is (16,110,196). Sum of RGB (Red+Green+Blue) = 16+110+196=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 196 (76.95% from 255 or 60.87% from 322); Max value from RGB is 196 - color contains mainly: blue. Hex color #106EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106EC4 is #EF913B. Grayscale: #5B5B5B. Windows color (decimal): -15700284 or 12873232. OLE color: 12873232.

HSL color Cylindrical-coordinate representation of color #106EC4: hue angle of 208.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106EC4 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 16 110 196 -
CMYK 0.92 0.44 0 0.23
HSL 208.67º 0.85% 0.42% -
HSV(B) 208.67º 0.92% 0.77% -
XYZ 15.75 15.25 54.34 -
YUV 91.7 186.86 74.01 -
System Red Green Blue C M Y K H S L
Decimal 16 110 196 0.92 0.44 0 0.23 208.67 0.85 0.42
Hex 10 6E C4 5C 2C 0 17 D1 55 2A
Octal 20 156 304 134 54 0 27 321 125 52
Binary 10000 1101110 11000100 1011100 101100 0 10111 11010001 1010101 101010

Color Harmonies of #106EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106EC4

Black with #106EC4

Text Example


Text Example

White with #106EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106EC4; }

 p { color: rgb(16,110,196); }

 H1.HeaderClassName
 {
   color: #106EC4;
 }
 .AnyTagClassName
 {
   color: #106EC4;
 }
</style>

background-color css

<style>
 a { background-color: #106EC4; }

 a { background-color: rgb(16,110,196); }

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

border-color css

<style>
 span { border-color: #106EC4; }

 span { border-color: rgb(16,110,196); }

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