#1B55BB

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

Shades of Denim #1B55BB

Tints of Denim #1B55BB

Color information

#1B55BB (or 0x1B55BB) is unknown color: approx Denim. HEX triplet: 1B, 55 and BB. RGB value is (27,85,187). Sum of RGB (Red+Green+Blue) = 27+85+187=299 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.03% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B55BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B55BB is #E4AA44. Grayscale: #4E4E4E. Windows color (decimal): -14985797 or 12277019. OLE color: 12277019.

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

Color convert

RGB2785187-
CMYK0.860.5500.27
HSL218.25º74.77%41.96%-
HSV(B)218.25º85.56%73.33%-
XYZ12.6710.3248.34-
YUV79.29188.7890.71-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.03%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 187 (73.44% from 255) = 62.54%
R=9.03%
G=28.43%
B=62.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27851870.860.5500.27218.2574.7741.96
Hex1B55BB563701Bda4b2a
Octal331252731266703333211352
Binary110111010101101110111010110110111011011110110101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B55BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,85,187); }

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

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

 a { background-color: rgb(27,85,187); }

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

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

 span { border-color: rgb(27,85,187); }

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