#1464B7

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

Shades of Denim #1464B7

Tints of Denim #1464B7

Color information

#1464B7 (or 0x1464B7) is unknown color: approx Denim. HEX triplet: 14, 64 and B7. RGB value is (20,100,183). Sum of RGB (Red+Green+Blue) = 20+100+183=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 183 (71.88% from 255 or 60.40% from 303); Max value from RGB is 183 - color contains mainly: blue. Hex color #1464B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1464B7 is #EB9B48. Grayscale: #555555. Windows color (decimal): -15440713 or 12018708. OLE color: 12018708.

HSL color Cylindrical-coordinate representation of color #1464B7: hue angle of 210.55º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1464B7 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB20100183-
CMYK0.890.4500.28
HSL210.55º80.3%39.8%-
HSV(B)210.55º89.07%71.76%-
XYZ13.3912.6846.54-
YUV85.5418381.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.60%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 183 (71.88% from 255) = 60.40%
R=6.60%
G=33.00%
B=60.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal201001830.890.4500.28210.5580.339.8
Hex1464B7592D01Cd35028
Octal241442671315503432312050
Binary101001100100101101111011001101101011100110100111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1464B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1464B7; }

 p { color: rgb(20,100,183); }

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

<style>
 a { background-color: #1464B7; }

 a { background-color: rgb(20,100,183); }

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

<style>
 span { border-color: #1464B7; }

 span { border-color: rgb(20,100,183); }

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