Html Css Color HEX #1B6CC6 Denim

📋 copy color: '#1B6CC6'

red 27 ◦ green 108 ◦ blue 198

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

Shades of Denim #1B6CC6

Tints of Denim #1B6CC6

RGB

 RED value IS 27 (10.94% from 255) = 8.11%

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

 BLUE value IS 198 (77.73% from 255) = 59.46%

R = 8.11%
G = 32.43%
B = 59.46%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1B6CC6 (or 0x1B6CC6) is known color: Denim. HEX triplet: 1B, 6C and C6. RGB value is (27,108,198). Sum of RGB (Red+Green+Blue) = 27+108+198=333 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.11% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 198 (77.73% from 255 or 59.46% from 333); Max value from RGB is 198 - color contains mainly: blue. Hex color #1B6CC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6CC6 is #E49339. Grayscale: #5D5D5D. Windows color (decimal): -14979898 or 13003803. OLE color: 13003803.

HSL color Cylindrical-coordinate representation of color #1B6CC6: hue angle of 211.58º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B6CC6 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 27 108 198 -
CMYK 0.86 0.45 0 0.22
HSL 211.58º 0.76% 0.44% -
HSV(B) 211.58º 0.86% 0.78% -
XYZ 16.01 15.04 55.48 -
YUV 94.04 186.66 80.18 -
System Red Green Blue C M Y K H S L
Decimal 27 108 198 0.86 0.45 0 0.22 211.58 0.76 0.44
Hex 1B 6C C6 56 2D 0 16 D4 4C 2C
Octal 33 154 306 126 55 0 26 324 114 54
Binary 11011 1101100 11000110 1010110 101101 0 10110 11010100 1001100 101100

Color Harmonies of #1B6CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6CC6

Black with #1B6CC6

Text Example


Text Example

White with #1B6CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B6CC6; }

 p { color: rgb(27,108,198); }

 H1.HeaderClassName
 {
   color: #1B6CC6;
 }
 .AnyTagClassName
 {
   color: #1B6CC6;
 }
</style>

background-color css

<style>
 a { background-color: #1B6CC6; }

 a { background-color: rgb(27,108,198); }

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

border-color css

<style>
 span { border-color: #1B6CC6; }

 span { border-color: rgb(27,108,198); }

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