#1B5AE3

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

Shades of Denim #1B5AE3

Tints of Denim #1B5AE3

Color information

#1B5AE3 (or 0x1B5AE3) is unknown color: approx Denim. HEX triplet: 1B, 5A and E3. RGB value is (27,90,227). Sum of RGB (Red+Green+Blue) = 27+90+227=344 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.85% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 227 (89.06% from 255 or 65.99% from 344); Max value from RGB is 227 - color contains mainly: blue. Hex color #1B5AE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5AE3 is #E4A51C. Grayscale: #565656. Windows color (decimal): -14984477 or 14899739. OLE color: 14899739.

HSL color Cylindrical-coordinate representation of color #1B5AE3: hue angle of 221.1º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B5AE3 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2790227-
CMYK0.880.6000.11
HSL221.1º78.74%49.8%-
HSV(B)221.1º88.11%89.02%-
XYZ17.9713.0974.25-
YUV86.78207.1385.36-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.85%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 227 (89.06% from 255) = 65.99%
R=7.85%
G=26.16%
B=65.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal27902270.880.6000.11221.178.7449.8
Hex1B5AE3583C0Bdd4f32
Octal331323431307401333511762
Binary11011101101011100011101100011110001011110111011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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