#1a5bd8

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

Shades of Denim #1A5BD8

Tints of Denim #1A5BD8

Color information

#1A5BD8 (or 0x1A5BD8) is unknown color: approx Denim. HEX triplet: 1A, 5B and D8. RGB value is (26,91,216). Sum of RGB (Red+Green+Blue) = 26+91+216=333 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.81% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 216 (84.77% from 255 or 64.86% from 333); Max value from RGB is 216 - color contains mainly: blue. Hex color #1A5BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5BD8 is #E5A427. Grayscale: #555555. Windows color (decimal): -15049768 or 14179098. OLE color: 14179098.

HSL color Cylindrical-coordinate representation of color #1A5BD8: hue angle of 219.47º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A5BD8 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2691216-
CMYK0.880.5800.15
HSL219.47º78.51%47.45%-
HSV(B)219.47º87.96%84.71%-
XYZ16.5612.6666.54-
YUV85.82201.4785.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.81%
GREEN value IS 91 (35.94% from 255) = 27.33%
BLUE value IS 216 (84.77% from 255) = 64.86%
R=7.81%
G=27.33%
B=64.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal26912160.880.5800.15219.4778.5147.45
Hex1A5BD8583A0Fdb4f2f
Octal321333301307201733311757
Binary11010101101111011000101100011101001111110110111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a5bd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,91,216); }

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

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

 a { background-color: rgb(26,91,216); }

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

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

 span { border-color: rgb(26,91,216); }

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