#1B6DBA

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

Shades of Denim #1B6DBA

Tints of Denim #1B6DBA

Color information

#1B6DBA (or 0x1B6DBA) is unknown color: approx Denim. HEX triplet: 1B, 6D and BA. RGB value is (27,109,186). Sum of RGB (Red+Green+Blue) = 27+109+186=322 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.39% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #1B6DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6DBA is #E49245. Grayscale: #5C5C5C. Windows color (decimal): -14979654 or 12217627. OLE color: 12217627.

HSL color Cylindrical-coordinate representation of color #1B6DBA: hue angle of 209.06º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B6DBA is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB27109186-
CMYK0.850.4100.27
HSL209.06º74.65%41.76%-
HSV(B)209.06º85.48%72.94%-
XYZ14.7814.7248.52-
YUV93.26180.3380.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.39%
GREEN value IS 109 (42.97% from 255) = 33.85%
BLUE value IS 186 (73.05% from 255) = 57.76%
R=8.39%
G=33.85%
B=57.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal271091860.850.4100.27209.0674.6541.76
Hex1B6DBA552901Bd14b2a
Octal331552721255103332111352
Binary110111101101101110101010101101001011011110100011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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