#1A62BF

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

Shades of Denim #1A62BF

Tints of Denim #1A62BF

Color information

#1A62BF (or 0x1A62BF) is unknown color: approx Denim. HEX triplet: 1A, 62 and BF. RGB value is (26,98,191). Sum of RGB (Red+Green+Blue) = 26+98+191=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #1A62BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A62BF is #E59D40. Grayscale: #565656. Windows color (decimal): -15048001 or 12542490. OLE color: 12542490.

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

Color convert

RGB2698191-
CMYK0.860.4900.25
HSL213.82º76.04%42.55%-
HSV(B)213.82º86.39%74.9%-
XYZ14.212.7251-
YUV87.07186.6584.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.25%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 191 (75% from 255) = 60.63%
R=8.25%
G=31.11%
B=60.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26981910.860.4900.25213.8276.0442.55
Hex1A62BF5631019d64c2b
Octal321422771266103132611453
Binary110101100010101111111010110110001011001110101101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A62BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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