#1460BB

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

Shades of Denim #1460BB

Tints of Denim #1460BB

Color information

#1460BB (or 0x1460BB) is unknown color: approx Denim. HEX triplet: 14, 60 and BB. RGB value is (20,96,187). Sum of RGB (Red+Green+Blue) = 20+96+187=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #1460BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1460BB is #EB9F44. Grayscale: #535353. Windows color (decimal): -15441733 or 12279828. OLE color: 12279828.

HSL color Cylindrical-coordinate representation of color #1460BB: hue angle of 212.69º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1460BB is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2096187-
CMYK0.890.4900.27
HSL212.69º80.68%40.59%-
HSV(B)212.69º89.3%73.33%-
XYZ13.4412.148.64-
YUV83.65186.3282.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.60%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 187 (73.44% from 255) = 61.72%
R=6.60%
G=31.68%
B=61.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20961870.890.4900.27212.6980.6840.59
Hex1460BB593101Bd55129
Octal241402731316103332512151
Binary101001100000101110111011001110001011011110101011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1460BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1460BB; }

 p { color: rgb(20,96,187); }

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

<style>
 a { background-color: #1460BB; }

 a { background-color: rgb(20,96,187); }

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

<style>
 span { border-color: #1460BB; }

 span { border-color: rgb(20,96,187); }

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