#1a63d7

Color #1A63D7 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1A63D7

Tints of Denim #1A63D7

Color information

#1A63D7 (or 0x1A63D7) is unknown color: approx Denim. HEX triplet: 1A, 63 and D7. RGB value is (26,99,215). Sum of RGB (Red+Green+Blue) = 26+99+215=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 215 (84.38% from 255 or 63.24% from 340); Max value from RGB is 215 - color contains mainly: blue. Hex color #1A63D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A63D7 is #E59C28. Grayscale: #595959. Windows color (decimal): -15047721 or 14115610. OLE color: 14115610.

HSL color Cylindrical-coordinate representation of color #1A63D7: hue angle of 216.83º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A63D7 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2699215-
CMYK0.880.5400.16
HSL216.83º78.42%47.25%-
HSV(B)216.83º87.91%84.31%-
XYZ17.1514.0566.1-
YUV90.4198.3282.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.65%
GREEN value IS 99 (39.06% from 255) = 29.12%
BLUE value IS 215 (84.38% from 255) = 63.24%
R=7.65%
G=29.12%
B=63.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal26992150.880.5400.16216.8378.4247.25
Hex1A63D75836010d94e2f
Octal321433271306602033111657
Binary110101100011110101111011000110110010000110110011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a63d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1a63d7;
 }
 .AnyTagClassName
 {
   color: #1a63d7;
 }
</style>
background-color css

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

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

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

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

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

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