#1b61bb

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

Shades of Denim #1B61BB

Tints of Denim #1B61BB

Color information

#1B61BB (or 0x1B61BB) is unknown color: approx Denim. HEX triplet: 1B, 61 and BB. RGB value is (27,97,187). Sum of RGB (Red+Green+Blue) = 27+97+187=311 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.68% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B61BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B61BB is #E49E44. Grayscale: #555555. Windows color (decimal): -14982725 or 12280091. OLE color: 12280091.

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

Color convert

RGB2797187-
CMYK0.860.4800.27
HSL213.75º74.77%41.96%-
HSV(B)213.75º85.56%73.33%-
XYZ13.712.3748.68-
YUV86.33184.8185.68-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.68%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 187 (73.44% from 255) = 60.13%
R=8.68%
G=31.19%
B=60.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27971870.860.4800.27213.7574.7741.96
Hex1B61BB563001Bd64b2a
Octal331412731266003332611352
Binary110111100001101110111010110110000011011110101101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b61bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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