#1462B2

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

Shades of Denim #1462B2

Tints of Denim #1462B2

Color information

#1462B2 (or 0x1462B2) is unknown color: approx Denim. HEX triplet: 14, 62 and B2. RGB value is (20,98,178). Sum of RGB (Red+Green+Blue) = 20+98+178=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 178 (69.92% from 255 or 60.14% from 296); Max value from RGB is 178 - color contains mainly: blue. Hex color #1462B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1462B2 is #EB9D4D. Grayscale: #535353. Windows color (decimal): -15441230 or 11690516. OLE color: 11690516.

HSL color Cylindrical-coordinate representation of color #1462B2: hue angle of 210.38º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1462B2 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2098178-
CMYK0.890.4500.30
HSL210.38º79.8%38.82%-
HSV(B)210.38º88.76%69.8%-
XYZ12.6912.143.79-
YUV83.8181.1682.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.76%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 178 (69.92% from 255) = 60.14%
R=6.76%
G=33.11%
B=60.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal20981780.890.4500.30210.3879.838.82
Hex1462B2592D01Ed25027
Octal241422621315503632212047
Binary101001100010101100101011001101101011110110100101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1462B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1462B2; }

 p { color: rgb(20,98,178); }

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

<style>
 a { background-color: #1462B2; }

 a { background-color: rgb(20,98,178); }

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

<style>
 span { border-color: #1462B2; }

 span { border-color: rgb(20,98,178); }

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