#1A76D0

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

Shades of Denim #1A76D0

Tints of Denim #1A76D0

Color information

#1A76D0 (or 0x1A76D0) is unknown color: approx Denim. HEX triplet: 1A, 76 and D0. RGB value is (26,118,208). Sum of RGB (Red+Green+Blue) = 26+118+208=352 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.39% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 208 (81.64% from 255 or 59.09% from 352); Max value from RGB is 208 - color contains mainly: blue. Hex color #1A76D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A76D0 is #E5892F. Grayscale: #646464. Windows color (decimal): -15042864 or 13661722. OLE color: 13661722.

HSL color Cylindrical-coordinate representation of color #1A76D0: hue angle of 209.67º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A76D0 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB26118208-
CMYK0.880.4300.18
HSL209.67º77.78%45.88%-
HSV(B)209.67º87.5%81.57%-
XYZ18.2917.7362.13-
YUV100.75188.5274.68-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.39%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 208 (81.64% from 255) = 59.09%
R=7.39%
G=33.52%
B=59.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal261182080.880.4300.18209.6777.7845.88
Hex1A76D0582B012d24e2e
Octal321663201305302232211656
Binary110101110110110100001011000101011010010110100101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A76D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,118,208); }

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

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

 a { background-color: rgb(26,118,208); }

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

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

 span { border-color: rgb(26,118,208); }

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