#1B5EAE

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

Shades of Denim #1B5EAE

Tints of Denim #1B5EAE

Color information

#1B5EAE (or 0x1B5EAE) is unknown color: approx Denim. HEX triplet: 1B, 5E and AE. RGB value is (27,94,174). Sum of RGB (Red+Green+Blue) = 27+94+174=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B5EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5EAE is #E4A151. Grayscale: #525252. Windows color (decimal): -14983506 or 11427355. OLE color: 11427355.

HSL color Cylindrical-coordinate representation of color #1B5EAE: hue angle of 212.65º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B5EAE is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2794174-
CMYK0.840.4600.32
HSL212.65º73.13%39.41%-
HSV(B)212.65º84.48%68.24%-
XYZ12.0911.2941.59-
YUV83.09179.388-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.15%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 174 (68.36% from 255) = 58.98%
R=9.15%
G=31.86%
B=58.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27941740.840.4600.32212.6573.1339.41
Hex1B5EAE542E020d54927
Octal331362561245604032511147
Binary1101110111101010111010101001011100100000110101011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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