#1b6dc0

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

Shades of Denim #1B6DC0

Tints of Denim #1B6DC0

Color information

#1B6DC0 (or 0x1B6DC0) is unknown color: approx Denim. HEX triplet: 1B, 6D and C0. RGB value is (27,109,192). Sum of RGB (Red+Green+Blue) = 27+109+192=328 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.23% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 192 (75.39% from 255 or 58.54% from 328); Max value from RGB is 192 - color contains mainly: blue. Hex color #1B6DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6DC0 is #E4923F. Grayscale: #5D5D5D. Windows color (decimal): -14979648 or 12610843. OLE color: 12610843.

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

Color convert

RGB27109192-
CMYK0.860.4300.25
HSL210.18º75.34%42.94%-
HSV(B)210.18º85.94%75.29%-
XYZ15.4414.9851.95-
YUV93.94183.3380.25-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.23%
GREEN value IS 109 (42.97% from 255) = 33.23%
BLUE value IS 192 (75.39% from 255) = 58.54%
R=8.23%
G=33.23%
B=58.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271091920.860.4300.25210.1875.3442.94
Hex1B6DC0562B019d24b2b
Octal331553001265303132211353
Binary110111101101110000001010110101011011001110100101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b6dc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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