#1A65BF

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

Shades of Denim #1A65BF

Tints of Denim #1A65BF

Color information

#1A65BF (or 0x1A65BF) is unknown color: approx Denim. HEX triplet: 1A, 65 and BF. RGB value is (26,101,191). Sum of RGB (Red+Green+Blue) = 26+101+191=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #1A65BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A65BF is #E59A40. Grayscale: #585858. Windows color (decimal): -15047233 or 12543258. OLE color: 12543258.

HSL color Cylindrical-coordinate representation of color #1A65BF: hue angle of 212.73º 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 #1A65BF is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB26101191-
CMYK0.860.4700.25
HSL212.73º76.04%42.55%-
HSV(B)212.73º86.39%74.9%-
XYZ14.4813.2951.09-
YUV88.84185.6583.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.18%
GREEN value IS 101 (39.84% from 255) = 31.76%
BLUE value IS 191 (75% from 255) = 60.06%
R=8.18%
G=31.76%
B=60.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261011910.860.4700.25212.7376.0442.55
Hex1A65BF562F019d54c2b
Octal321452771265703132511453
Binary110101100101101111111010110101111011001110101011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A65BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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