#1B6CBE

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

Shades of Denim #1B6CBE

Tints of Denim #1B6CBE

Color information

#1B6CBE (or 0x1B6CBE) is unknown color: approx Denim. HEX triplet: 1B, 6C and BE. RGB value is (27,108,190). Sum of RGB (Red+Green+Blue) = 27+108+190=325 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.31% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B6CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6CBE is #E49341. Grayscale: #5C5C5C. Windows color (decimal): -14979906 or 12479515. OLE color: 12479515.

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

Color convert

RGB27108190-
CMYK0.860.4300.25
HSL210.18º75.12%42.55%-
HSV(B)210.18º85.79%74.51%-
XYZ15.1114.6850.75-
YUV93.13182.6680.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.31%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 190 (74.61% from 255) = 58.46%
R=8.31%
G=33.23%
B=58.46%

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
Decimal271081900.860.4300.25210.1875.1242.55
Hex1B6CBE562B019d24b2b
Octal331542761265303132211353
Binary110111101100101111101010110101011011001110100101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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