#1B6CBF

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

Shades of Denim #1B6CBF

Tints of Denim #1B6CBF

Color information

#1B6CBF (or 0x1B6CBF) is unknown color: approx Denim. HEX triplet: 1B, 6C and BF. RGB value is (27,108,191). Sum of RGB (Red+Green+Blue) = 27+108+191=326 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.28% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #1B6CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6CBF is #E49340. Grayscale: #5C5C5C. Windows color (decimal): -14979905 or 12545051. OLE color: 12545051.

HSL color Cylindrical-coordinate representation of color #1B6CBF: hue angle of 210.37º 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 #1B6CBF is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB27108191-
CMYK0.860.4300.25
HSL210.37º75.23%42.75%-
HSV(B)210.37º85.86%74.9%-
XYZ15.2214.7251.33-
YUV93.24183.1680.75-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.28%
GREEN value IS 108 (42.58% from 255) = 33.13%
BLUE value IS 191 (75% from 255) = 58.59%
R=8.28%
G=33.13%
B=58.59%

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
Decimal271081910.860.4300.25210.3775.2342.75
Hex1B6CBF562B019d24b2b
Octal331542771265303132211353
Binary110111101100101111111010110101011011001110100101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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