#1a63ab

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

Shades of Denim #1A63AB

Tints of Denim #1A63AB

Color information

#1A63AB (or 0x1A63AB) is unknown color: approx Denim. HEX triplet: 1A, 63 and AB. RGB value is (26,99,171). Sum of RGB (Red+Green+Blue) = 26+99+171=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A63AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A63AB is #E59C54. Grayscale: #555555. Windows color (decimal): -15047765 or 11232026. OLE color: 11232026.

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

Color convert

RGB2699171-
CMYK0.850.4200.33
HSL209.79º73.6%38.63%-
HSV(B)209.79º84.8%67.06%-
XYZ12.2412.0840.22-
YUV85.38176.3285.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.78%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 171 (67.19% from 255) = 57.77%
R=8.78%
G=33.45%
B=57.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26991710.850.4200.33209.7973.638.63
Hex1A63AB552A021d24a27
Octal321432531255204132211247
Binary1101011000111010101110101011010100100001110100101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a63ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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