#1465BF

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

Shades of Denim #1465BF

Tints of Denim #1465BF

Color information

#1465BF (or 0x1465BF) is unknown color: approx Denim. HEX triplet: 14, 65 and BF. RGB value is (20,101,191). Sum of RGB (Red+Green+Blue) = 20+101+191=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #1465BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1465BF is #EB9A40. Grayscale: #565656. Windows color (decimal): -15440449 or 12543252. OLE color: 12543252.

HSL color Cylindrical-coordinate representation of color #1465BF: hue angle of 211.58º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1465BF is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB20101191-
CMYK0.900.4700.25
HSL211.58º81.04%41.37%-
HSV(B)211.58º89.53%74.9%-
XYZ14.3513.2251.09-
YUV87.04186.6680.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.41%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 191 (75% from 255) = 61.22%
R=6.41%
G=32.37%
B=61.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal201011910.900.4700.25211.5881.0441.37
Hex1465BF5A2F019d45129
Octal241452771325703132412151
Binary101001100101101111111011010101111011001110101001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1465BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1465BF; }

 p { color: rgb(20,101,191); }

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

<style>
 a { background-color: #1465BF; }

 a { background-color: rgb(20,101,191); }

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

<style>
 span { border-color: #1465BF; }

 span { border-color: rgb(20,101,191); }

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