#1B5BBE

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

Shades of Denim #1B5BBE

Tints of Denim #1B5BBE

Color information

#1B5BBE (or 0x1B5BBE) is unknown color: approx Denim. HEX triplet: 1B, 5B and BE. RGB value is (27,91,190). Sum of RGB (Red+Green+Blue) = 27+91+190=308 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.77% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B5BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5BBE is #E4A441. Grayscale: #525252. Windows color (decimal): -14984258 or 12475163. OLE color: 12475163.

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

Color convert

RGB2791190-
CMYK0.860.5200.25
HSL216.44º75.12%42.55%-
HSV(B)216.44º85.79%74.51%-
XYZ13.4911.4350.21-
YUV83.15188.387.95-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.77%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 190 (74.61% from 255) = 61.69%
R=8.77%
G=29.55%
B=61.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal27911900.860.5200.25216.4475.1242.55
Hex1B5BBE5634019d84b2b
Octal331332761266403133011353
Binary110111011011101111101010110110100011001110110001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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