Html Css Color HEX #106AAD Denim

📋 copy color: '#106AAD'

red 16 ◦ green 106 ◦ blue 173

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

Shades of Denim #106AAD

Tints of Denim #106AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 58.64%

R = 5.42%
G = 35.93%
B = 58.64%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#106AAD (or 0x106AAD) is known color: Denim. HEX triplet: 10, 6A and AD. RGB value is (16,106,173). Sum of RGB (Red+Green+Blue) = 16+106+173=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #106AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106AAD is #EF9552. Grayscale: #565656. Windows color (decimal): -15701331 or 11364880. OLE color: 11364880.

HSL color Cylindrical-coordinate representation of color #106AAD: hue angle of 205.61º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #106AAD is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 106 173 -
CMYK 0.91 0.39 0 0.32
HSL 205.61º 0.83% 0.37% -
HSV(B) 205.61º 0.91% 0.68% -
XYZ 12.91 13.44 41.45 -
YUV 86.73 176.68 77.55 -
System Red Green Blue C M Y K H S L
Decimal 16 106 173 0.91 0.39 0 0.32 205.61 0.83 0.37
Hex 10 6A AD 5B 27 0 20 CE 53 25
Octal 20 152 255 133 47 0 40 316 123 45
Binary 10000 1101010 10101101 1011011 100111 0 100000 11001110 1010011 100101

Color Harmonies of #106AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106AAD

Black with #106AAD

Text Example


Text Example

White with #106AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,106,173); }

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

background-color css

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

 a { background-color: rgb(16,106,173); }

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

border-color css

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

 span { border-color: rgb(16,106,173); }

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