Html Css Color HEX #106CBB Denim

📋 copy color: '#106CBB'

red 16 ◦ green 108 ◦ blue 187

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

Shades of Denim #106CBB

Tints of Denim #106CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.73%

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

R = 5.14%
G = 34.73%
B = 60.13%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#106CBB (or 0x106CBB) is known color: Denim. HEX triplet: 10, 6C and BB. RGB value is (16,108,187). Sum of RGB (Red+Green+Blue) = 16+108+187=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #106CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CBB is #EF9344. Grayscale: #595959. Windows color (decimal): -15700805 or 12282896. OLE color: 12282896.

HSL color Cylindrical-coordinate representation of color #106CBB: hue angle of 207.72º 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 #106CBB is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 108 187 -
CMYK 0.91 0.42 0 0.27
HSL 207.72º 0.84% 0.4% -
HSV(B) 207.72º 0.91% 0.73% -
XYZ 14.55 14.42 49.03 -
YUV 89.5 183.02 75.58 -
System Red Green Blue C M Y K H S L
Decimal 16 108 187 0.91 0.42 0 0.27 207.72 0.84 0.4
Hex 10 6C BB 5B 2A 0 1B D0 54 28
Octal 20 154 273 133 52 0 33 320 124 50
Binary 10000 1101100 10111011 1011011 101010 0 11011 11010000 1010100 101000

Color Harmonies of #106CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106CBB

Black with #106CBB

Text Example


Text Example

White with #106CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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