Html Css Color HEX #1A6EAE Denim

📋 copy color: '#1A6EAE'

red 26 ◦ green 110 ◦ blue 174

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

Shades of Denim #1A6EAE

Tints of Denim #1A6EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.48%

 BLUE value IS 174 (68.36% from 255) = 56.13%

R = 8.39%
G = 35.48%
B = 56.13%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1A6EAE (or 0x1A6EAE) is known color: Denim. HEX triplet: 1A, 6E and AE. RGB value is (26,110,174). Sum of RGB (Red+Green+Blue) = 26+110+174=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A6EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6EAE is #E59151. Grayscale: #5B5B5B. Windows color (decimal): -15044946 or 11431450. OLE color: 11431450.

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

Color convert

RGB 26 110 174 -
CMYK 0.85 0.37 0 0.32
HSL 205.95º 0.74% 0.39% -
HSV(B) 205.95º 0.85% 0.68% -
XYZ 13.64 14.43 42.11 -
YUV 92.18 174.17 80.8 -
System Red Green Blue C M Y K H S L
Decimal 26 110 174 0.85 0.37 0 0.32 205.95 0.74 0.39
Hex 1A 6E AE 55 25 0 20 CE 4A 27
Octal 32 156 256 125 45 0 40 316 112 47
Binary 11010 1101110 10101110 1010101 100101 0 100000 11001110 1001010 100111

Color Harmonies of #1A6EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6EAE

Black with #1A6EAE

Text Example


Text Example

White with #1A6EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,110,174); }

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

background-color css

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

 a { background-color: rgb(26,110,174); }

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

border-color css

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

 span { border-color: rgb(26,110,174); }

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