#1A63BF

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

Shades of Denim #1A63BF

Tints of Denim #1A63BF

Color information

#1A63BF (or 0x1A63BF) is unknown color: approx Denim. HEX triplet: 1A, 63 and BF. RGB value is (26,99,191). Sum of RGB (Red+Green+Blue) = 26+99+191=316 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.23% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #1A63BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A63BF is #E59C40. Grayscale: #575757. Windows color (decimal): -15047745 or 12542746. OLE color: 12542746.

HSL color Cylindrical-coordinate representation of color #1A63BF: hue angle of 213.45º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A63BF is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2699191-
CMYK0.860.4800.25
HSL213.45º76.04%42.55%-
HSV(B)213.45º86.39%74.9%-
XYZ14.2912.951.03-
YUV87.66186.3284.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.23%
GREEN value IS 99 (39.06% from 255) = 31.33%
BLUE value IS 191 (75% from 255) = 60.44%
R=8.23%
G=31.33%
B=60.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26991910.860.4800.25213.4576.0442.55
Hex1A63BF5630019d54c2b
Octal321432771266003132511453
Binary110101100011101111111010110110000011001110101011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A63BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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