#1962B6

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

Shades of Denim #1962B6

Tints of Denim #1962B6

Color information

#1962B6 (or 0x1962B6) is unknown color: approx Denim. HEX triplet: 19, 62 and B6. RGB value is (25,98,182). Sum of RGB (Red+Green+Blue) = 25+98+182=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 182 (71.48% from 255 or 59.67% from 305); Max value from RGB is 182 - color contains mainly: blue. Hex color #1962B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1962B6 is #E69D49. Grayscale: #555555. Windows color (decimal): -15113546 or 11952665. OLE color: 11952665.

HSL color Cylindrical-coordinate representation of color #1962B6: hue angle of 212.1º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1962B6 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2598182-
CMYK0.860.4600.29
HSL212.1º75.85%40.59%-
HSV(B)212.1º86.26%71.37%-
XYZ13.2112.3245.94-
YUV85.75182.3284.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.20%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 182 (71.48% from 255) = 59.67%
R=8.20%
G=32.13%
B=59.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal25981820.860.4600.29212.175.8540.59
Hex1962B6562E01Dd44c29
Octal311422661265603532411451
Binary110011100010101101101010110101110011101110101001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1962B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1962B6; }

 p { color: rgb(25,98,182); }

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

<style>
 a { background-color: #1962B6; }

 a { background-color: rgb(25,98,182); }

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

<style>
 span { border-color: #1962B6; }

 span { border-color: rgb(25,98,182); }

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