#1B5EA9

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

Shades of Denim #1B5EA9

Tints of Denim #1B5EA9

Color information

#1B5EA9 (or 0x1B5EA9) is unknown color: approx Denim. HEX triplet: 1B, 5E and A9. RGB value is (27,94,169). Sum of RGB (Red+Green+Blue) = 27+94+169=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 169 (66.41% from 255 or 58.28% from 290); Max value from RGB is 169 - color contains mainly: blue. Hex color #1B5EA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5EA9 is #E4A156. Grayscale: #525252. Windows color (decimal): -14983511 or 11099675. OLE color: 11099675.

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

Color convert

RGB2794169-
CMYK0.840.4400.34
HSL211.69º72.45%38.43%-
HSV(B)211.69º84.02%66.27%-
XYZ11.6211.139.07-
YUV82.52176.888.4-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.31%
GREEN value IS 94 (37.11% from 255) = 32.41%
BLUE value IS 169 (66.41% from 255) = 58.28%
R=9.31%
G=32.41%
B=58.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal27941690.840.4400.34211.6972.4538.43
Hex1B5EA9542C022d44826
Octal331362511245404232411046
Binary1101110111101010100110101001011000100010110101001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,94,169); }

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

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

 a { background-color: rgb(27,94,169); }

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

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

 span { border-color: rgb(27,94,169); }

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