Html Css Color HEX #1A5ADD Denim

📋 copy color: '#1A5ADD'

red 26 ◦ green 90 ◦ blue 221

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

Shades of Denim #1A5ADD

Tints of Denim #1A5ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.71%

 BLUE value IS 221 (86.72% from 255) = 65.58%

R = 7.72%
G = 26.71%
B = 65.58%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A5ADD (or 0x1A5ADD) is known color: Denim. HEX triplet: 1A, 5A and DD. RGB value is (26,90,221). Sum of RGB (Red+Green+Blue) = 26+90+221=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A5ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5ADD is #E5A522. Grayscale: #555555. Windows color (decimal): -15050019 or 14506522. OLE color: 14506522.

HSL color Cylindrical-coordinate representation of color #1A5ADD: hue angle of 220.31º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A5ADD is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 90 221 -
CMYK 0.88 0.59 0 0.13
HSL 220.31º 0.79% 0.48% -
HSV(B) 220.31º 0.88% 0.87% -
XYZ 17.13 12.75 69.97 -
YUV 85.8 204.3 85.35 -
System Red Green Blue C M Y K H S L
Decimal 26 90 221 0.88 0.59 0 0.13 220.31 0.79 0.48
Hex 1A 5A DD 58 3B 0 D DC 4F 30
Octal 32 132 335 130 73 0 15 334 117 60
Binary 11010 1011010 11011101 1011000 111011 0 1101 11011100 1001111 110000

Color Harmonies of #1A5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5ADD

Black with #1A5ADD

Text Example


Text Example

White with #1A5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,90,221); }

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

background-color css

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

 a { background-color: rgb(26,90,221); }

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

border-color css

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

 span { border-color: rgb(26,90,221); }

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