#1A76BF

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

Shades of Denim #1A76BF

Tints of Denim #1A76BF

Color information

#1A76BF (or 0x1A76BF) is unknown color: approx Denim. HEX triplet: 1A, 76 and BF. RGB value is (26,118,191). Sum of RGB (Red+Green+Blue) = 26+118+191=335 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.76% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #1A76BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A76BF is #E58940. Grayscale: #626262. Windows color (decimal): -15042881 or 12547610. OLE color: 12547610.

HSL color Cylindrical-coordinate representation of color #1A76BF: hue angle of 206.55º degrees, saturation: 0.76, 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 #1A76BF is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB26118191-
CMYK0.860.3800.25
HSL206.55º76.04%42.55%-
HSV(B)206.55º86.39%74.9%-
XYZ16.3116.9451.7-
YUV98.81180.0276.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.76%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 191 (75% from 255) = 57.01%
R=7.76%
G=35.22%
B=57.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261181910.860.3800.25206.5576.0442.55
Hex1A76BF5626019cf4c2b
Octal321662771264603131711453
Binary110101110110101111111010110100110011001110011111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A76BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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