#1B5BBA

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

Shades of Denim #1B5BBA

Tints of Denim #1B5BBA

Color information

#1B5BBA (or 0x1B5BBA) is unknown color: approx Denim. HEX triplet: 1B, 5B and BA. RGB value is (27,91,186). Sum of RGB (Red+Green+Blue) = 27+91+186=304 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.88% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #1B5BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5BBA is #E4A445. Grayscale: #525252. Windows color (decimal): -14984262 or 12213019. OLE color: 12213019.

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

Color convert

RGB2791186-
CMYK0.850.5100.27
HSL215.85º74.65%41.76%-
HSV(B)215.85º85.48%72.94%-
XYZ13.0611.2647.94-
YUV82.69186.388.28-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.88%
GREEN value IS 91 (35.94% from 255) = 29.93%
BLUE value IS 186 (73.05% from 255) = 61.18%
R=8.88%
G=29.93%
B=61.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27911860.850.5100.27215.8574.6541.76
Hex1B5BBA553301Bd84b2a
Octal331332721256303333011352
Binary110111011011101110101010101110011011011110110001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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