#1A74BD

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

Shades of Denim #1A74BD

Tints of Denim #1A74BD

Color information

#1A74BD (or 0x1A74BD) is unknown color: approx Denim. HEX triplet: 1A, 74 and BD. RGB value is (26,116,189). Sum of RGB (Red+Green+Blue) = 26+116+189=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A74BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A74BD is #E58B42. Grayscale: #616161. Windows color (decimal): -15043395 or 12416026. OLE color: 12416026.

HSL color Cylindrical-coordinate representation of color #1A74BD: hue angle of 206.87º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A74BD is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB26116189-
CMYK0.860.3900.26
HSL206.87º75.81%42.16%-
HSV(B)206.87º86.24%74.12%-
XYZ15.8616.3850.47-
YUV97.41179.6877.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.85%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 189 (74.22% from 255) = 57.10%
R=7.85%
G=35.05%
B=57.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal261161890.860.3900.26206.8775.8142.16
Hex1A74BD562701Acf4c2a
Octal321642751264703231711452
Binary110101110100101111011010110100111011010110011111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A74BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,116,189); }

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

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

 a { background-color: rgb(26,116,189); }

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

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

 span { border-color: rgb(26,116,189); }

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