Html Css Color HEX #1A70AD Denim

📋 copy color: '#1A70AD'

red 26 ◦ green 112 ◦ blue 173

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

Shades of Denim #1A70AD

Tints of Denim #1A70AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.01%

 BLUE value IS 173 (67.97% from 255) = 55.63%

R = 8.36%
G = 36.01%
B = 55.63%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1A70AD (or 0x1A70AD) is known color: Denim. HEX triplet: 1A, 70 and AD. RGB value is (26,112,173). Sum of RGB (Red+Green+Blue) = 26+112+173=311 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.36% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A70AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A70AD is #E58F52. Grayscale: #5C5C5C. Windows color (decimal): -15044435 or 11366426. OLE color: 11366426.

HSL color Cylindrical-coordinate representation of color #1A70AD: hue angle of 204.9º 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 #1A70AD is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 26 112 173 -
CMYK 0.85 0.35 0 0.32
HSL 204.9º 0.74% 0.39% -
HSV(B) 204.9º 0.85% 0.68% -
XYZ 13.76 14.83 41.67 -
YUV 93.24 173.01 80.04 -
System Red Green Blue C M Y K H S L
Decimal 26 112 173 0.85 0.35 0 0.32 204.9 0.74 0.39
Hex 1A 70 AD 55 23 0 20 CD 4A 27
Octal 32 160 255 125 43 0 40 315 112 47
Binary 11010 1110000 10101101 1010101 100011 0 100000 11001101 1001010 100111

Color Harmonies of #1A70AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A70AD

Black with #1A70AD

Text Example


Text Example

White with #1A70AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,112,173); }

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

background-color css

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

 a { background-color: rgb(26,112,173); }

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

border-color css

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

 span { border-color: rgb(26,112,173); }

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