#1B5ABE

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

Shades of Denim #1B5ABE

Tints of Denim #1B5ABE

Color information

#1B5ABE (or 0x1B5ABE) is unknown color: approx Denim. HEX triplet: 1B, 5A and BE. RGB value is (27,90,190). Sum of RGB (Red+Green+Blue) = 27+90+190=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B5ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5ABE is #E4A541. Grayscale: #525252. Windows color (decimal): -14984514 or 12474907. OLE color: 12474907.

HSL color Cylindrical-coordinate representation of color #1B5ABE: hue angle of 216.81º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B5ABE is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2790190-
CMYK0.860.5300.25
HSL216.81º75.12%42.55%-
HSV(B)216.81º85.79%74.51%-
XYZ13.411.2650.18-
YUV82.56188.6388.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.79%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 190 (74.61% from 255) = 61.89%
R=8.79%
G=29.32%
B=61.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal27901900.860.5300.25216.8175.1242.55
Hex1B5ABE5635019d94b2b
Octal331322761266503133111353
Binary110111011010101111101010110110101011001110110011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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