#1B6EBF

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

Shades of Denim #1B6EBF

Tints of Denim #1B6EBF

Color information

#1B6EBF (or 0x1B6EBF) is unknown color: approx Denim. HEX triplet: 1B, 6E and BF. RGB value is (27,110,191). Sum of RGB (Red+Green+Blue) = 27+110+191=328 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.23% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #1B6EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6EBF is #E49140. Grayscale: #5E5E5E. Windows color (decimal): -14979393 or 12545563. OLE color: 12545563.

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

Color convert

RGB27110191-
CMYK0.860.4200.25
HSL209.63º75.23%42.75%-
HSV(B)209.63º85.86%74.9%-
XYZ15.4315.1551.4-
YUV94.42182.579.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.23%
GREEN value IS 110 (43.36% from 255) = 33.54%
BLUE value IS 191 (75% from 255) = 58.23%
R=8.23%
G=33.54%
B=58.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271101910.860.4200.25209.6375.2342.75
Hex1B6EBF562A019d24b2b
Octal331562771265203132211353
Binary110111101110101111111010110101010011001110100101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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