#1B5BA5

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

Shades of Denim #1B5BA5

Tints of Denim #1B5BA5

Color information

#1B5BA5 (or 0x1B5BA5) is unknown color: approx Denim. HEX triplet: 1B, 5B and A5. RGB value is (27,91,165). Sum of RGB (Red+Green+Blue) = 27+91+165=283 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.54% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 165 (64.84% from 255 or 58.30% from 283); Max value from RGB is 165 - color contains mainly: blue. Hex color #1B5BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5BA5 is #E4A45A. Grayscale: #4F4F4F. Windows color (decimal): -14984283 or 10836763. OLE color: 10836763.

HSL color Cylindrical-coordinate representation of color #1B5BA5: hue angle of 212.17º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B5BA5 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2791165-
CMYK0.840.4500.35
HSL212.17º71.88%37.65%-
HSV(B)212.17º83.64%64.71%-
XYZ10.9810.4337.03-
YUV80.3175.889.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.54%
GREEN value IS 91 (35.94% from 255) = 32.16%
BLUE value IS 165 (64.84% from 255) = 58.30%
R=9.54%
G=32.16%
B=58.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal27911650.840.4500.35212.1771.8837.65
Hex1B5BA5542D023d44826
Octal331332451245504332411046
Binary1101110110111010010110101001011010100011110101001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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