#1b6dc1

Color #1B6DC1 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1B6DC1

Tints of Denim #1B6DC1

Color information

#1B6DC1 (or 0x1B6DC1) is unknown color: approx Denim. HEX triplet: 1B, 6D and C1. RGB value is (27,109,193). Sum of RGB (Red+Green+Blue) = 27+109+193=329 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.21% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 193 (75.78% from 255 or 58.66% from 329); Max value from RGB is 193 - color contains mainly: blue. Hex color #1B6DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6DC1 is #E4923E. Grayscale: #5D5D5D. Windows color (decimal): -14979647 or 12676379. OLE color: 12676379.

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

Color convert

RGB27109193-
CMYK0.860.4400.24
HSL210.36º75.45%43.14%-
HSV(B)210.36º86.01%75.69%-
XYZ15.5515.0252.53-
YUV94.06183.8380.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.21%
GREEN value IS 109 (42.97% from 255) = 33.13%
BLUE value IS 193 (75.78% from 255) = 58.66%
R=8.21%
G=33.13%
B=58.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal271091930.860.4400.24210.3675.4543.14
Hex1B6DC1562C018d24b2b
Octal331553011265403032211353
Binary110111101101110000011010110101100011000110100101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b6dc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,109,193); }

 H1.HeaderClassName
 {
   color: #1b6dc1;
 }
 .AnyTagClassName
 {
   color: #1b6dc1;
 }
</style>
background-color css

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

 a { background-color: rgb(27,109,193); }

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

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

 span { border-color: rgb(27,109,193); }

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