Html Css Color HEX #1A6DAB Denim

📋 copy color: '#1A6DAB'

red 26 ◦ green 109 ◦ blue 171

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

Shades of Denim #1A6DAB

Tints of Denim #1A6DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.62%

 BLUE value IS 171 (67.19% from 255) = 55.88%

R = 8.5%
G = 35.62%
B = 55.88%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A6DAB (or 0x1A6DAB) is known color: Denim. HEX triplet: 1A, 6D and AB. RGB value is (26,109,171). Sum of RGB (Red+Green+Blue) = 26+109+171=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A6DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6DAB is #E59254. Grayscale: #5A5A5A. Windows color (decimal): -15045205 or 11234586. OLE color: 11234586.

HSL color Cylindrical-coordinate representation of color #1A6DAB: hue angle of 205.66º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A6DAB is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 109 171 -
CMYK 0.85 0.36 0 0.33
HSL 205.66º 0.74% 0.39% -
HSV(B) 205.66º 0.85% 0.67% -
XYZ 13.25 14.1 40.55 -
YUV 91.25 173 81.46 -
System Red Green Blue C M Y K H S L
Decimal 26 109 171 0.85 0.36 0 0.33 205.66 0.74 0.39
Hex 1A 6D AB 55 24 0 21 CE 4A 27
Octal 32 155 253 125 44 0 41 316 112 47
Binary 11010 1101101 10101011 1010101 100100 0 100001 11001110 1001010 100111

Color Harmonies of #1A6DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6DAB

Black with #1A6DAB

Text Example


Text Example

White with #1A6DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,109,171); }

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

background-color css

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

 a { background-color: rgb(26,109,171); }

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

border-color css

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

 span { border-color: rgb(26,109,171); }

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