#1b55ae

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

Shades of Denim #1B55AE

Tints of Denim #1B55AE

Color information

#1B55AE (or 0x1B55AE) is unknown color: approx Denim. HEX triplet: 1B, 55 and AE. RGB value is (27,85,174). Sum of RGB (Red+Green+Blue) = 27+85+174=286 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.44% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B55AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B55AE is #E4AA51. Grayscale: #4D4D4D. Windows color (decimal): -14985810 or 11425051. OLE color: 11425051.

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

Color convert

RGB2785174-
CMYK0.840.5100.32
HSL216.33º73.13%39.41%-
HSV(B)216.33º84.48%68.24%-
XYZ11.349.7941.34-
YUV77.8182.2891.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.44%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 174 (68.36% from 255) = 60.84%
R=9.44%
G=29.72%
B=60.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27851740.840.5100.32216.3373.1339.41
Hex1B55AE5433020d84927
Octal331252561246304033011147
Binary1101110101011010111010101001100110100000110110001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b55ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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