#1B5AAE

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

Shades of Denim #1B5AAE

Tints of Denim #1B5AAE

Color information

#1B5AAE (or 0x1B5AAE) is unknown color: approx Denim. HEX triplet: 1B, 5A and AE. RGB value is (27,90,174). Sum of RGB (Red+Green+Blue) = 27+90+174=291 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.28% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B5AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5AAE is #E4A551. Grayscale: #505050. Windows color (decimal): -14984530 or 11426331. OLE color: 11426331.

HSL color Cylindrical-coordinate representation of color #1B5AAE: hue angle of 214.29º 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 #1B5AAE is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2790174-
CMYK0.840.4800.32
HSL214.29º73.13%39.41%-
HSV(B)214.29º84.48%68.24%-
XYZ11.7510.641.47-
YUV80.74180.6389.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.28%
GREEN value IS 90 (35.55% from 255) = 30.93%
BLUE value IS 174 (68.36% from 255) = 59.79%
R=9.28%
G=30.93%
B=59.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27901740.840.4800.32214.2973.1339.41
Hex1B5AAE5430020d64927
Octal331322561246004032611147
Binary1101110110101010111010101001100000100000110101101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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