Html Css Color HEX #1A63D9 Denim

📋 copy color: '#1A63D9'

red 26 ◦ green 99 ◦ blue 217

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

Shades of Denim #1A63D9

Tints of Denim #1A63D9

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.95%

 BLUE value IS 217 (85.16% from 255) = 63.45%

R = 7.6%
G = 28.95%
B = 63.45%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1A63D9 (or 0x1A63D9) is known color: Denim. HEX triplet: 1A, 63 and D9. RGB value is (26,99,217). Sum of RGB (Red+Green+Blue) = 26+99+217=342 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.60% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 217 (85.16% from 255 or 63.45% from 342); Max value from RGB is 217 - color contains mainly: blue. Hex color #1A63D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A63D9 is #E59C26. Grayscale: #5A5A5A. Windows color (decimal): -15047719 or 14246682. OLE color: 14246682.

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

Color convert

RGB 26 99 217 -
CMYK 0.88 0.54 0 0.15
HSL 217.07º 0.79% 0.48% -
HSV(B) 217.07º 0.88% 0.85% -
XYZ 17.41 14.15 67.46 -
YUV 90.63 199.32 81.91 -
System Red Green Blue C M Y K H S L
Decimal 26 99 217 0.88 0.54 0 0.15 217.07 0.79 0.48
Hex 1A 63 D9 58 36 0 F D9 4F 30
Octal 32 143 331 130 66 0 17 331 117 60
Binary 11010 1100011 11011001 1011000 110110 0 1111 11011001 1001111 110000

Color Harmonies of #1A63D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A63D9

Black with #1A63D9

Text Example


Text Example

White with #1A63D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,99,217); }

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

background-color css

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

 a { background-color: rgb(26,99,217); }

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

border-color css

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

 span { border-color: rgb(26,99,217); }

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