#1461BB

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

Shades of Denim #1461BB

Tints of Denim #1461BB

Color information

#1461BB (or 0x1461BB) is unknown color: approx Denim. HEX triplet: 14, 61 and BB. RGB value is (20,97,187). Sum of RGB (Red+Green+Blue) = 20+97+187=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #1461BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1461BB is #EB9E44. Grayscale: #535353. Windows color (decimal): -15441477 or 12280084. OLE color: 12280084.

HSL color Cylindrical-coordinate representation of color #1461BB: hue angle of 212.34º 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 #1461BB is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2097187-
CMYK0.890.4800.27
HSL212.34º80.68%40.59%-
HSV(B)212.34º89.3%73.33%-
XYZ13.5312.2948.67-
YUV84.24185.9982.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.58%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 187 (73.44% from 255) = 61.51%
R=6.58%
G=31.91%
B=61.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20971870.890.4800.27212.3480.6840.59
Hex1461BB593001Bd45129
Octal241412731316003332412151
Binary101001100001101110111011001110000011011110101001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1461BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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