Html Css Color HEX #1A6AD1 Denim

📋 copy color: '#1A6AD1'

red 26 ◦ green 106 ◦ blue 209

#1A6AD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #1A6AD1

Tints of Denim #1A6AD1

RGB

 RED value IS 26 (10.55% from 255) = 7.62%

 GREEN value IS 106 (41.8% from 255) = 31.09%

 BLUE value IS 209 (82.03% from 255) = 61.29%

R = 7.62%
G = 31.09%
B = 61.29%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1A6AD1 (or 0x1A6AD1) is known color: Denim. HEX triplet: 1A, 6A and D1. RGB value is (26,106,209). Sum of RGB (Red+Green+Blue) = 26+106+209=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #1A6AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6AD1 is #E5952E. Grayscale: #5D5D5D. Windows color (decimal): -15045935 or 13724186. OLE color: 13724186.

HSL color Cylindrical-coordinate representation of color #1A6AD1: hue angle of 213.77º 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 #1A6AD1 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 26 106 209 -
CMYK 0.88 0.49 0 0.18
HSL 213.77º 0.78% 0.46% -
HSV(B) 213.77º 0.88% 0.82% -
XYZ 17.09 15.13 62.34 -
YUV 93.82 193 79.62 -
System Red Green Blue C M Y K H S L
Decimal 26 106 209 0.88 0.49 0 0.18 213.77 0.78 0.46
Hex 1A 6A D1 58 31 0 12 D6 4E 2E
Octal 32 152 321 130 61 0 22 326 116 56
Binary 11010 1101010 11010001 1011000 110001 0 10010 11010110 1001110 101110

Color Harmonies of #1A6AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6AD1

Black with #1A6AD1

Text Example


Text Example

White with #1A6AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,106,209); }

 H1.HeaderClassName
 {
   color: #1A6AD1;
 }
 .AnyTagClassName
 {
   color: #1A6AD1;
 }
</style>

background-color css

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

 a { background-color: rgb(26,106,209); }

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

border-color css

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

 span { border-color: rgb(26,106,209); }

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