#1B56AA

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

Shades of Denim #1B56AA

Tints of Denim #1B56AA

Color information

#1B56AA (or 0x1B56AA) is unknown color: approx Denim. HEX triplet: 1B, 56 and AA. RGB value is (27,86,170). Sum of RGB (Red+Green+Blue) = 27+86+170=283 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.54% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B56AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B56AA is #E4A955. Grayscale: #4D4D4D. Windows color (decimal): -14985558 or 11163163. OLE color: 11163163.

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

Color convert

RGB2786170-
CMYK0.840.4900.33
HSL215.24º72.59%38.63%-
HSV(B)215.24º84.12%66.67%-
XYZ11.049.7939.34-
YUV77.94179.9591.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.54%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 170 (66.80% from 255) = 60.07%
R=9.54%
G=30.39%
B=60.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27861700.840.4900.33215.2472.5938.63
Hex1B56AA5431021d74927
Octal331262521246104132711147
Binary1101110101101010101010101001100010100001110101111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B56AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,86,170); }

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

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

 a { background-color: rgb(27,86,170); }

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

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

 span { border-color: rgb(27,86,170); }

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