Html Css Color HEX #106ABB Denim

📋 copy color: '#106ABB'

red 16 ◦ green 106 ◦ blue 187

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

Shades of Denim #106ABB

Tints of Denim #106ABB

RGB

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

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

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

R = 5.18%
G = 34.3%
B = 60.52%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#106ABB (or 0x106ABB) is known color: Denim. HEX triplet: 10, 6A and BB. RGB value is (16,106,187). Sum of RGB (Red+Green+Blue) = 16+106+187=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #106ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106ABB is #EF9544. Grayscale: #575757. Windows color (decimal): -15701317 or 12282384. OLE color: 12282384.

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

Color convert

RGB 16 106 187 -
CMYK 0.91 0.43 0 0.27
HSL 208.42º 0.84% 0.4% -
HSV(B) 208.42º 0.91% 0.73% -
XYZ 14.34 14.01 48.96 -
YUV 88.32 183.68 76.41 -
System Red Green Blue C M Y K H S L
Decimal 16 106 187 0.91 0.43 0 0.27 208.42 0.84 0.4
Hex 10 6A BB 5B 2B 0 1B D0 54 28
Octal 20 152 273 133 53 0 33 320 124 50
Binary 10000 1101010 10111011 1011011 101011 0 11011 11010000 1010100 101000

Color Harmonies of #106ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106ABB

Black with #106ABB

Text Example


Text Example

White with #106ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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