#1A51B6

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

Shades of Denim #1A51B6

Tints of Denim #1A51B6

Color information

#1A51B6 (or 0x1A51B6) is unknown color: approx Denim. HEX triplet: 1A, 51 and B6. RGB value is (26,81,182). Sum of RGB (Red+Green+Blue) = 26+81+182=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 182 (71.48% from 255 or 62.98% from 289); Max value from RGB is 182 - color contains mainly: blue. Hex color #1A51B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A51B6 is #E5AE49. Grayscale: #4B4B4B. Windows color (decimal): -15052362 or 11948314. OLE color: 11948314.

HSL color Cylindrical-coordinate representation of color #1A51B6: hue angle of 218.85º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A51B6 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2681182-
CMYK0.860.5500.29
HSL218.85º75%40.78%-
HSV(B)218.85º85.71%71.37%-
XYZ11.819.4845.46-
YUV76.07187.7892.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.00%
GREEN value IS 81 (32.03% from 255) = 28.03%
BLUE value IS 182 (71.48% from 255) = 62.98%
R=9.00%
G=28.03%
B=62.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal26811820.860.5500.29218.857540.78
Hex1A51B6563701Ddb4b29
Octal321212661266703533311351
Binary110101010001101101101010110110111011101110110111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A51B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,81,182); }

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

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

 a { background-color: rgb(26,81,182); }

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

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

 span { border-color: rgb(26,81,182); }

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