#1B54AE

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

Shades of Denim #1B54AE

Tints of Denim #1B54AE

Color information

#1B54AE (or 0x1B54AE) is unknown color: approx Denim. HEX triplet: 1B, 54 and AE. RGB value is (27,84,174). Sum of RGB (Red+Green+Blue) = 27+84+174=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B54AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B54AE is #E4AB51. Grayscale: #4C4C4C. Windows color (decimal): -14986066 or 11424795. OLE color: 11424795.

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

Color convert

RGB2784174-
CMYK0.840.5200.32
HSL216.73º73.13%39.41%-
HSV(B)216.73º84.48%68.24%-
XYZ11.269.6341.31-
YUV77.22182.6292.18-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.47%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 174 (68.36% from 255) = 61.05%
R=9.47%
G=29.47%
B=61.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27841740.840.5200.32216.7373.1339.41
Hex1B54AE5434020d94927
Octal331242561246404033111147
Binary1101110101001010111010101001101000100000110110011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B54AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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